azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.h...

103 строки
7.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties"
fullName: "com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties"
name: "HybridIdentityMetadataProperties"
nameWithType: "HybridIdentityMetadataProperties"
summary: "Defines the resource properties for the hybrid identity metadata."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **HybridIdentityMetadataProperties**"
constructors:
- uid: "com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties.HybridIdentityMetadataProperties()"
fullName: "com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties.HybridIdentityMetadataProperties()"
name: "HybridIdentityMetadataProperties()"
nameWithType: "HybridIdentityMetadataProperties.HybridIdentityMetadataProperties()"
summary: "Creates an instance of Hybrid<wbr>Identity<wbr>Metadata<wbr>Properties class."
syntax: "public HybridIdentityMetadataProperties()"
desc: "Creates an instance of HybridIdentityMetadataProperties class."
methods:
- uid: "com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties.provisioningState()"
fullName: "com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "HybridIdentityMetadataProperties.provisioningState()"
summary: "Get the provisioning<wbr>State property: Provisioning state of the resource."
syntax: "public ResourceProvisioningState provisioningState()"
desc: "Get the provisioningState property: Provisioning state of the resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.hybridcontainerservice.models.ResourceProvisioningState?alt=com.azure.resourcemanager.hybridcontainerservice.models.ResourceProvisioningState&text=ResourceProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties.publicKey()"
fullName: "com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties.publicKey()"
name: "publicKey()"
nameWithType: "HybridIdentityMetadataProperties.publicKey()"
summary: "Get the public<wbr>Key property: Onboarding public key for provisioning the Managed identity for the connected cluster."
syntax: "public String publicKey()"
desc: "Get the publicKey property: Onboarding public key for provisioning the Managed identity for the connected cluster."
returns:
description: "the publicKey value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties.resourceUid()"
fullName: "com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties.resourceUid()"
name: "resourceUid()"
nameWithType: "HybridIdentityMetadataProperties.resourceUid()"
summary: "Get the resource<wbr>Uid property: Unique id of the parent provisioned cluster resource."
syntax: "public String resourceUid()"
desc: "Get the resourceUid property: Unique id of the parent provisioned cluster resource."
returns:
description: "the resourceUid value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties.validate()"
fullName: "com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties.validate()"
name: "validate()"
nameWithType: "HybridIdentityMetadataProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties.withPublicKey(java.lang.String)"
fullName: "com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties.withPublicKey(String publicKey)"
name: "withPublicKey(String publicKey)"
nameWithType: "HybridIdentityMetadataProperties.withPublicKey(String publicKey)"
summary: "Set the public<wbr>Key property: Onboarding public key for provisioning the Managed identity for the connected cluster."
parameters:
- description: "the publicKey value to set."
name: "publicKey"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public HybridIdentityMetadataProperties withPublicKey(String publicKey)"
desc: "Set the publicKey property: Onboarding public key for provisioning the Managed identity for the connected cluster."
returns:
description: "the HybridIdentityMetadataProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties?alt=com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties&text=HybridIdentityMetadataProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties.withResourceUid(java.lang.String)"
fullName: "com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties.withResourceUid(String resourceUid)"
name: "withResourceUid(String resourceUid)"
nameWithType: "HybridIdentityMetadataProperties.withResourceUid(String resourceUid)"
summary: "Set the resource<wbr>Uid property: Unique id of the parent provisioned cluster resource."
parameters:
- description: "the resourceUid value to set."
name: "resourceUid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public HybridIdentityMetadataProperties withResourceUid(String resourceUid)"
desc: "Set the resourceUid property: Unique id of the parent provisioned cluster resource."
returns:
description: "the HybridIdentityMetadataProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties?alt=com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataProperties&text=HybridIdentityMetadataProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines the resource properties for the hybrid identity metadata."
metadata: {}
package: "com.azure.resourcemanager.hybridcontainerservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-hybridcontainerservice:1.0.0