Skip to main content

hybrid_identity_metadata

Creates, updates, deletes, gets or lists a hybrid_identity_metadata resource.

Overview

Namehybrid_identity_metadata
TypeResource
Idazure_stack.azure_stack_hci.hybrid_identity_metadata

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
propertiesobjectResource properties.
systemDataobjectThe system data.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectresourceUriImplements HybridIdentityMetadata GET method.
listselectresourceUriReturns the list of HybridIdentityMetadata of the given vm.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
resourceUristringThe fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.

SELECT examples

Implements HybridIdentityMetadata GET method.

SELECT
properties,
systemData
FROM azure_stack.azure_stack_hci.hybrid_identity_metadata
WHERE resourceUri = '{{ resourceUri }}' -- required
;