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

87 строки
5.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mysql.models.ResourceIdentity"
fullName: "com.azure.resourcemanager.mysql.models.ResourceIdentity"
name: "ResourceIdentity"
nameWithType: "ResourceIdentity"
summary: "Azure Active Directory identity configuration for a resource."
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 class **ResourceIdentity**"
constructors:
- uid: "com.azure.resourcemanager.mysql.models.ResourceIdentity.ResourceIdentity()"
fullName: "com.azure.resourcemanager.mysql.models.ResourceIdentity.ResourceIdentity()"
name: "ResourceIdentity()"
nameWithType: "ResourceIdentity.ResourceIdentity()"
syntax: "public ResourceIdentity()"
methods:
- uid: "com.azure.resourcemanager.mysql.models.ResourceIdentity.principalId()"
fullName: "com.azure.resourcemanager.mysql.models.ResourceIdentity.principalId()"
name: "principalId()"
nameWithType: "ResourceIdentity.principalId()"
summary: "Get the principal<wbr>Id property: The Azure Active Directory principal id."
syntax: "public UUID principalId()"
desc: "Get the principalId property: The Azure Active Directory principal id."
returns:
description: "the principalId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- uid: "com.azure.resourcemanager.mysql.models.ResourceIdentity.tenantId()"
fullName: "com.azure.resourcemanager.mysql.models.ResourceIdentity.tenantId()"
name: "tenantId()"
nameWithType: "ResourceIdentity.tenantId()"
summary: "Get the tenant<wbr>Id property: The Azure Active Directory tenant id."
syntax: "public UUID tenantId()"
desc: "Get the tenantId property: The Azure Active Directory tenant id."
returns:
description: "the tenantId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- uid: "com.azure.resourcemanager.mysql.models.ResourceIdentity.type()"
fullName: "com.azure.resourcemanager.mysql.models.ResourceIdentity.type()"
name: "type()"
nameWithType: "ResourceIdentity.type()"
summary: "Get the type property: The identity type."
syntax: "public IdentityType type()"
desc: "Get the type property: The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource."
returns:
description: "the type value."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.IdentityType?alt=com.azure.resourcemanager.mysql.models.IdentityType&text=IdentityType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.ResourceIdentity.validate()"
fullName: "com.azure.resourcemanager.mysql.models.ResourceIdentity.validate()"
name: "validate()"
nameWithType: "ResourceIdentity.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mysql.models.ResourceIdentity.withType(com.azure.resourcemanager.mysql.models.IdentityType)"
fullName: "com.azure.resourcemanager.mysql.models.ResourceIdentity.withType(IdentityType type)"
name: "withType(IdentityType type)"
nameWithType: "ResourceIdentity.withType(IdentityType type)"
summary: "Set the type property: The identity type."
parameters:
- description: "the type value to set."
name: "type"
type: "<xref href=\"com.azure.resourcemanager.mysql.models.IdentityType?alt=com.azure.resourcemanager.mysql.models.IdentityType&text=IdentityType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceIdentity withType(IdentityType type)"
desc: "Set the type property: The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource."
returns:
description: "the ResourceIdentity object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ResourceIdentity?alt=com.azure.resourcemanager.mysql.models.ResourceIdentity&text=ResourceIdentity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Azure Active Directory identity configuration for a resource."
metadata: {}
package: "com.azure.resourcemanager.mysql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2