Megosztás a következőn keresztül:


IUpdate Interfész

Definíció

A frissítési művelet sablonja, amely tartalmazza az összes módosítható beállítást.

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
Megvalósítás

Tulajdonságok

Key

A frissítési művelet sablonja, amely tartalmazza az összes módosítható beállítást.

(Öröklődés forrása IIndexable)

Metódusok

Apply()

Hajtsa végre a frissítési kérést.

(Öröklődés forrása IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Hajtsa végre a frissítési kérést aszinkron módon.

(Öröklődés forrása IAppliable<T>)
DefineNewEndpoint()

Elindítja a CDN-profilhoz csatolandó új végpont definícióját.

(Öröklődés forrása IWithEndpointBeta)
DefineNewEndpoint(String)

Elindítja a CDN-profilhoz csatolandó új végpont definícióját.

(Öröklődés forrása IWithEndpoint)
DefineNewEndpoint(String, String)

Meghatározza a CDN-profilhoz csatolandó végpont definícióját.

(Öröklődés forrása IWithEndpointBeta)
DefineNewPremiumEndpoint()

Elindítja a Prémium Verizon CDN-profilhoz csatolandó új végpont definícióját.

(Öröklődés forrása IWithEndpointBeta)
DefineNewPremiumEndpoint(String)

Elindítja a Prémium Verizon CDN-profilhoz csatolandó új végpont definícióját.

(Öröklődés forrása IWithEndpoint)
DefineNewPremiumEndpoint(String, String)

Elindítja a Prémium Verizon CDN-profilhoz csatolandó új végpont definícióját.

(Öröklődés forrása IWithEndpointBeta)
UpdateEndpoint(String)

Megkezdi egy meglévő végpont frissítésének leírását az aktuális profilban.

(Öröklődés forrása IWithEndpoint)
UpdatePremiumEndpoint(String)

Megkezdi egy meglévő végpont frissítésének leírását az aktuális Premium Verizon-profilban.

(Öröklődés forrása IWithEndpoint)
WithNewEndpoint(String)

Új végpontot ad hozzá.

(Öröklődés forrása IWithEndpoint)
WithNewPremiumEndpoint(String)

Új végpontot ad hozzá az aktuális Prémium Verizon CDN-profilhoz.

(Öröklődés forrása IWithEndpoint)
WithoutEndpoint(String)

Eltávolít egy végpontot a profilból.

(Öröklődés forrása IWithEndpoint)
WithoutTag(String)

Eltávolít egy címkét az erőforrásból.

(Öröklődés forrása IUpdateWithTags<T>)
WithTag(String, String)

Címkét ad hozzá az erőforráshoz.

(Öröklődés forrása IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

{@link Map} néven adja meg az erőforrás címkéit.

(Öröklődés forrása IUpdateWithTags<T>)

A következőre érvényes: