azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.l...

93 строки
7.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity"
fullName: "com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity"
name: "EncryptionPropertiesIdentity"
nameWithType: "EncryptionPropertiesIdentity"
summary: "All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault."
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 **EncryptionPropertiesIdentity**"
constructors:
- uid: "com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity.EncryptionPropertiesIdentity()"
fullName: "com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity.EncryptionPropertiesIdentity()"
name: "EncryptionPropertiesIdentity()"
nameWithType: "EncryptionPropertiesIdentity.EncryptionPropertiesIdentity()"
summary: "Creates an instance of Encryption<wbr>Properties<wbr>Identity class."
syntax: "public EncryptionPropertiesIdentity()"
desc: "Creates an instance of EncryptionPropertiesIdentity class."
methods:
- uid: "com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity.resourceId()"
fullName: "com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity.resourceId()"
name: "resourceId()"
nameWithType: "EncryptionPropertiesIdentity.resourceId()"
summary: "Get the resource<wbr>Id property: user assigned identity to use for accessing key encryption key Url."
syntax: "public String resourceId()"
desc: "Get the resourceId property: user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId."
returns:
description: "the resourceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity.type()"
fullName: "com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity.type()"
name: "type()"
nameWithType: "EncryptionPropertiesIdentity.type()"
summary: "Get the type property: Managed identity type to use for accessing encryption key Url."
syntax: "public Type type()"
desc: "Get the type property: Managed identity type to use for accessing encryption key Url."
returns:
description: "the type value."
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.models.Type?alt=com.azure.resourcemanager.loadtestservice.models.Type&text=Type\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity.validate()"
fullName: "com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity.validate()"
name: "validate()"
nameWithType: "EncryptionPropertiesIdentity.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity.withResourceId(java.lang.String)"
fullName: "com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity.withResourceId(String resourceId)"
name: "withResourceId(String resourceId)"
nameWithType: "EncryptionPropertiesIdentity.withResourceId(String resourceId)"
summary: "Set the resource<wbr>Id property: user assigned identity to use for accessing key encryption key Url."
parameters:
- description: "the resourceId value to set."
name: "resourceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public EncryptionPropertiesIdentity withResourceId(String resourceId)"
desc: "Set the resourceId property: user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId."
returns:
description: "the EncryptionPropertiesIdentity object itself."
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity?alt=com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity&text=EncryptionPropertiesIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity.withType(com.azure.resourcemanager.loadtestservice.models.Type)"
fullName: "com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity.withType(Type type)"
name: "withType(Type type)"
nameWithType: "EncryptionPropertiesIdentity.withType(Type type)"
summary: "Set the type property: Managed identity type to use for accessing encryption key Url."
parameters:
- description: "the type value to set."
name: "type"
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.models.Type?alt=com.azure.resourcemanager.loadtestservice.models.Type&text=Type\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EncryptionPropertiesIdentity withType(Type type)"
desc: "Set the type property: Managed identity type to use for accessing encryption key Url."
returns:
description: "the EncryptionPropertiesIdentity object itself."
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity?alt=com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity&text=EncryptionPropertiesIdentity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault."
metadata: {}
package: "com.azure.resourcemanager.loadtestservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loadtestservice:1.0.0-beta.2