Uses of Class
com.azure.resourcemanager.storage.models.AllowedCopyScope
Packages that use AllowedCopyScope
Package
Description
Package containing the inner data models for StorageManagementClient.
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 AllowedCopyScopeModifier and TypeMethodDescriptionStorageAccountInner.allowedCopyScope()Get the allowedCopyScope property: Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.StorageAccountPropertiesCreateParameters.allowedCopyScope()Get the allowedCopyScope property: Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.StorageAccountPropertiesInner.allowedCopyScope()Get the allowedCopyScope property: Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.StorageAccountPropertiesUpdateParameters.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 AllowedCopyScopeModifier and TypeMethodDescriptionStorageAccountInner.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.StorageAccountPropertiesCreateParameters.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.StorageAccountPropertiesInner.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.StorageAccountPropertiesUpdateParameters.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
Subclasses with type arguments of type AllowedCopyScope in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionfinal classRestrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.Fields in com.azure.resourcemanager.storage.models declared as AllowedCopyScopeModifier and TypeFieldDescriptionstatic final AllowedCopyScopeAllowedCopyScope.AADStatic value AAD for AllowedCopyScope.static final AllowedCopyScopeAllowedCopyScope.PRIVATE_LINKStatic value PrivateLink for AllowedCopyScope.Methods in com.azure.resourcemanager.storage.models that return AllowedCopyScopeModifier and TypeMethodDescriptionStorageAccountCreateParameters.allowedCopyScope()Get the allowedCopyScope property: Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.StorageAccountUpdateParameters.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 AllowedCopyScopeModifier and TypeMethodDescriptionstatic Collection<AllowedCopyScope> AllowedCopyScope.values()Gets known AllowedCopyScope values.Methods in com.azure.resourcemanager.storage.models with parameters of type AllowedCopyScopeModifier and TypeMethodDescriptionStorageAccountCreateParameters.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.StorageAccountUpdateParameters.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.