Uses of Class
com.azure.resourcemanager.storage.models.ActiveDirectoryPropertiesAccountType
-
Packages that use ActiveDirectoryPropertiesAccountType Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of ActiveDirectoryPropertiesAccountType in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as ActiveDirectoryPropertiesAccountType Modifier and Type Field Description static ActiveDirectoryPropertiesAccountTypeActiveDirectoryPropertiesAccountType. COMPUTERStatic value Computer for ActiveDirectoryPropertiesAccountType.static ActiveDirectoryPropertiesAccountTypeActiveDirectoryPropertiesAccountType. USERStatic value User for ActiveDirectoryPropertiesAccountType.Methods in com.azure.resourcemanager.storage.models that return ActiveDirectoryPropertiesAccountType Modifier and Type Method Description ActiveDirectoryPropertiesAccountTypeActiveDirectoryProperties. accountType()Get the accountType property: Specifies the Active Directory account type for Azure Storage.static ActiveDirectoryPropertiesAccountTypeActiveDirectoryPropertiesAccountType. 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 ActiveDirectoryPropertiesAccountType Modifier and Type Method Description static Collection<ActiveDirectoryPropertiesAccountType>ActiveDirectoryPropertiesAccountType. values()Methods in com.azure.resourcemanager.storage.models with parameters of type ActiveDirectoryPropertiesAccountType Modifier and Type Method Description ActiveDirectoryPropertiesActiveDirectoryProperties. withAccountType(ActiveDirectoryPropertiesAccountType accountType)Set the accountType property: Specifies the Active Directory account type for Azure Storage.
-