Share via


IWithCreate Rozhraní

Definice

Fáze definice, která obsahuje všechny minimální požadované vstupy pro prostředek, který se má vytvořit, ale umožňuje také zadat další volitelná nastavení.

public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>
type IWithCreate = interface
    interface ICreatable<ICdnProfile>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements ICreatable(Of ICdnProfile), IDefinitionWithTags(Of IWithCreate)
Odvozené
Implementuje

Vlastnosti

Key

Fáze definice, která obsahuje všechny minimální požadované vstupy pro prostředek, který se má vytvořit, ale umožňuje také zadat další volitelná nastavení.

(Zděděno od IIndexable)
Name

Získá název creatable prostředku.

(Zděděno od ICreatable<T>)

Metody

Create()

Spusťte žádost o vytvoření.

(Zděděno od ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Umístí požadavek do fronty a umožní klientovi HTTP, aby ho spustil, když jsou k dispozici systémové prostředky.

(Zděděno od ICreatable<T>)
WithTag(String, String)

Přidá do prostředku značku.

(Zděděno od IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Určuje značky pro prostředek jako {@link Map}.

(Zděděno od IDefinitionWithTags<T>)

Platí pro