AllowedCopyScope Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Limitez la copie vers et à partir de comptes de stockage au sein d’un locataire AAD ou avec des liens privés vers le même réseau virtuel.
public readonly struct AllowedCopyScope : IEquatable<Azure.ResourceManager.Storage.Models.AllowedCopyScope>
type AllowedCopyScope = struct
Public Structure AllowedCopyScope
Implements IEquatable(Of AllowedCopyScope)
- Héritage
-
AllowedCopyScope
- Implémente
Constructeurs
AllowedCopyScope(String) |
Initialise une nouvelle instance de AllowedCopyScope. |
Propriétés
Aad |
AAD. |
PrivateLink |
PrivateLink. |
Méthodes
Equals(AllowedCopyScope) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(AllowedCopyScope, AllowedCopyScope) |
Détermine si deux AllowedCopyScope valeurs sont identiques. |
Implicit(String to AllowedCopyScope) |
Convertit une chaîne en AllowedCopyScope. |
Inequality(AllowedCopyScope, AllowedCopyScope) |
Détermine si deux AllowedCopyScope valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET