Uses of Class
com.azure.resourcemanager.storage.models.AllowedCopyScope
-
Packages that use AllowedCopyScope Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of AllowedCopyScope in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return AllowedCopyScope Modifier and Type Method Description AllowedCopyScopeStorageAccountInner. allowedCopyScope()Get the allowedCopyScope property: Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.AllowedCopyScopeStorageAccountPropertiesCreateParameters. allowedCopyScope()Get the allowedCopyScope property: Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.AllowedCopyScopeStorageAccountPropertiesInner. allowedCopyScope()Get the allowedCopyScope property: Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.AllowedCopyScopeStorageAccountPropertiesUpdateParameters. allowedCopyScope()Get the allowedCopyScope property: Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type AllowedCopyScope Modifier and Type Method Description StorageAccountInnerStorageAccountInner. withAllowedCopyScope(AllowedCopyScope allowedCopyScope)Set the allowedCopyScope property: Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.StorageAccountPropertiesCreateParametersStorageAccountPropertiesCreateParameters. withAllowedCopyScope(AllowedCopyScope allowedCopyScope)Set the allowedCopyScope property: Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.StorageAccountPropertiesInnerStorageAccountPropertiesInner. withAllowedCopyScope(AllowedCopyScope allowedCopyScope)Set the allowedCopyScope property: Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.StorageAccountPropertiesUpdateParametersStorageAccountPropertiesUpdateParameters. withAllowedCopyScope(AllowedCopyScope allowedCopyScope)Set the allowedCopyScope property: Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet. -
Uses of AllowedCopyScope in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as AllowedCopyScope Modifier and Type Field Description static AllowedCopyScopeAllowedCopyScope. AADStatic value AAD for AllowedCopyScope.static AllowedCopyScopeAllowedCopyScope. PRIVATE_LINKStatic value PrivateLink for AllowedCopyScope.Methods in com.azure.resourcemanager.storage.models that return AllowedCopyScope Modifier and Type Method Description AllowedCopyScopeStorageAccountCreateParameters. allowedCopyScope()Get the allowedCopyScope property: Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.AllowedCopyScopeStorageAccountUpdateParameters. allowedCopyScope()Get the allowedCopyScope property: Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.static AllowedCopyScopeAllowedCopyScope. fromString(String name)Creates or finds a AllowedCopyScope from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type AllowedCopyScope Modifier and Type Method Description static Collection<AllowedCopyScope>AllowedCopyScope. values()Methods in com.azure.resourcemanager.storage.models with parameters of type AllowedCopyScope Modifier and Type Method Description StorageAccountCreateParametersStorageAccountCreateParameters. withAllowedCopyScope(AllowedCopyScope allowedCopyScope)Set the allowedCopyScope property: Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.StorageAccountUpdateParametersStorageAccountUpdateParameters. withAllowedCopyScope(AllowedCopyScope allowedCopyScope)Set the allowedCopyScope property: Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.
-