Udostępnij przez


AllowedCopyScope Struct

Definition

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

Name Description
AllowedCopyScope(String)

Initializes a new instance of AllowedCopyScope.

Properties

Name Description
Aad

AAD.

PrivateLink

PrivateLink.

Methods

Name Description
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

Name Description
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