IBlank<ParentT> Interface
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.
Première étape d’une définition de connexion de point de terminaison privé.
public interface IBlank<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.PrivateEndpointConnection.Definition.IWithState<ParentT>
type IBlank<'ParentT> = interface
interface IWithState<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithState(Of ParentT)
Paramètres de type
- ParentT
Étape de la définition parente à laquelle revenir après l’attachement de cette définition.
- Dérivé
- Implémente
Méthodes
WithDescription(String) |
Spécifie la description de la propriété d’état. (Hérité de IWithState<ParentT>) |
WithStateProperty(PrivateLinkServiceConnectionStateProperty) |
Spécifie la propriété d’état. (Hérité de IWithState<ParentT>) |
WithStatus(String) |
Spécifie status de propriété d’état. (Hérité de IWithState<ParentT>) |
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET