MachineLearningApplicationSharingPolicy 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.
Stratégie de partage d’applications sur cette instance de calcul entre les utilisateurs de l’espace de travail parent. S’il est personnel, seul le créateur peut accéder aux applications sur cette instance de calcul. Lorsqu’il est partagé, tout utilisateur de l’espace de travail peut accéder aux applications sur ce instance en fonction du rôle qu’il lui a attribué.
public readonly struct MachineLearningApplicationSharingPolicy : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningApplicationSharingPolicy>
type MachineLearningApplicationSharingPolicy = struct
Public Structure MachineLearningApplicationSharingPolicy
Implements IEquatable(Of MachineLearningApplicationSharingPolicy)
- Héritage
-
MachineLearningApplicationSharingPolicy
- Implémente
Constructeurs
MachineLearningApplicationSharingPolicy(String) |
Initialise une nouvelle instance de MachineLearningApplicationSharingPolicy. |
Propriétés
Personal |
Personnel. |
Shared |
Partagé. |
Méthodes
Equals(MachineLearningApplicationSharingPolicy) |
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(MachineLearningApplicationSharingPolicy, MachineLearningApplicationSharingPolicy) |
Détermine si deux MachineLearningApplicationSharingPolicy valeurs sont identiques. |
Implicit(String to MachineLearningApplicationSharingPolicy) |
Convertit une chaîne en MachineLearningApplicationSharingPolicy. |
Inequality(MachineLearningApplicationSharingPolicy, MachineLearningApplicationSharingPolicy) |
Détermine si deux MachineLearningApplicationSharingPolicy valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET