IUpdate 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.
Modèle pour une opération de mise à jour, contenant tous les paramètres pouvant être modifiés.
public interface IUpdate : Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IWithEndpoint, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>
type IUpdate = interface
interface IAppliable<ICdnProfile>
interface IIndexable
interface IWithEndpoint
interface IWithEndpointBeta
interface IBeta
interface IUpdateWithTags<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of ICdnProfile), IBeta, IUpdateWithTags(Of IUpdate), IWithEndpoint
- Implémente
Propriétés
Key |
Modèle pour une opération de mise à jour, contenant tous les paramètres pouvant être modifiés. (Hérité de IIndexable) |
Méthodes
Apply() |
Exécutez la demande de mise à jour. (Hérité de IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Exécutez la demande de mise à jour de manière asynchrone. (Hérité de IAppliable<T>) |
DefineNewEndpoint() |
Démarre la définition d’un nouveau point de terminaison à attacher au profil CDN. (Hérité de IWithEndpointBeta) |
DefineNewEndpoint(String) |
Démarre la définition d’un nouveau point de terminaison à attacher au profil CDN. (Hérité de IWithEndpoint) |
DefineNewEndpoint(String, String) |
Spécifie la définition d’un point de terminaison à attacher au profil CDN. (Hérité de IWithEndpointBeta) |
DefineNewPremiumEndpoint() |
Démarre la définition d’un nouveau point de terminaison à attacher à ce profil CDN Premium Verizon. (Hérité de IWithEndpointBeta) |
DefineNewPremiumEndpoint(String) |
Démarre la définition d’un nouveau point de terminaison à attacher à ce profil CDN Premium Verizon. (Hérité de IWithEndpoint) |
DefineNewPremiumEndpoint(String, String) |
Démarre la définition d’un nouveau point de terminaison à attacher à ce profil CDN Premium Verizon. (Hérité de IWithEndpointBeta) |
UpdateEndpoint(String) |
Commence la description d’une mise à jour d’un point de terminaison existant dans le profil actuel. (Hérité de IWithEndpoint) |
UpdatePremiumEndpoint(String) |
Commence la description d’une mise à jour d’un point de terminaison existant dans le profil Premium Verizon actuel. (Hérité de IWithEndpoint) |
WithNewEndpoint(String) |
Ajoute un nouveau point de terminaison. (Hérité de IWithEndpoint) |
WithNewPremiumEndpoint(String) |
Ajoute un nouveau point de terminaison au profil CDN Premium Verizon actuel. (Hérité de IWithEndpoint) |
WithoutEndpoint(String) |
Supprime un point de terminaison du profil. (Hérité de IWithEndpoint) |
WithoutTag(String) |
Supprime une balise de la ressource. (Hérité de IUpdateWithTags<T>) |
WithTag(String, String) |
Ajoute une balise à la ressource. (Hérité de IUpdateWithTags<T>) |
WithTags(IDictionary<String,String>) |
Spécifie des balises pour la ressource en tant que {@link Map}. (Hérité de IUpdateWithTags<T>) |
S’applique à
Azure SDK for .NET