AllowedCopyScope Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.
public readonly struct AllowedCopyScope : IEquatable<Azure.ResourceManager.Storage.Models.AllowedCopyScope>
type AllowedCopyScope = struct
Public Structure AllowedCopyScope
Implements IEquatable(Of AllowedCopyScope)
- Inheritance
-
AllowedCopyScope
- Implements
Constructors
AllowedCopyScope(String) |
Initializes a new instance of AllowedCopyScope. |
Properties
Aad |
AAD. |
PrivateLink |
PrivateLink. |
Methods
Equals(AllowedCopyScope) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(AllowedCopyScope, AllowedCopyScope) |
Determines if two AllowedCopyScope values are the same. |
Implicit(String to AllowedCopyScope) |
Converts a string to a AllowedCopyScope. |
Inequality(AllowedCopyScope, AllowedCopyScope) |
Determines if two AllowedCopyScope values are not the same. |
Applies to
Azure SDK for .NET