Uses of Class
com.azure.resourcemanager.storage.models.ActiveDirectoryPropertiesAccountType
Packages that use ActiveDirectoryPropertiesAccountType
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of ActiveDirectoryPropertiesAccountType in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type ActiveDirectoryPropertiesAccountType in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionfinal classSpecifies the Active Directory account type for Azure Storage.Fields in com.azure.resourcemanager.storage.models declared as ActiveDirectoryPropertiesAccountTypeModifier and TypeFieldDescriptionstatic final ActiveDirectoryPropertiesAccountTypeActiveDirectoryPropertiesAccountType.COMPUTERStatic value Computer for ActiveDirectoryPropertiesAccountType.static final ActiveDirectoryPropertiesAccountTypeActiveDirectoryPropertiesAccountType.USERStatic value User for ActiveDirectoryPropertiesAccountType.Methods in com.azure.resourcemanager.storage.models that return ActiveDirectoryPropertiesAccountTypeModifier and TypeMethodDescriptionActiveDirectoryProperties.accountType()Get the accountType property: Specifies the Active Directory account type for Azure Storage.ActiveDirectoryPropertiesAccountType.fromString(String name) Creates or finds a ActiveDirectoryPropertiesAccountType from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type ActiveDirectoryPropertiesAccountTypeModifier and TypeMethodDescriptionActiveDirectoryPropertiesAccountType.values()Gets known ActiveDirectoryPropertiesAccountType values.Methods in com.azure.resourcemanager.storage.models with parameters of type ActiveDirectoryPropertiesAccountTypeModifier and TypeMethodDescriptionActiveDirectoryProperties.withAccountType(ActiveDirectoryPropertiesAccountType accountType) Set the accountType property: Specifies the Active Directory account type for Azure Storage.