IWithGroup Gränssnitt

Definition

Fasen för en CDN-profildefinition som gör att resursgruppen kan anges.

public interface IWithGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithSku>
type IWithGroup = interface
    interface IWithGroup<IWithSku>
    interface IWithExistingResourceGroup<IWithSku>
    interface IWithNewResourceGroup<IWithSku>
    interface IWithCreatableResourceGroup<IWithSku>
Public Interface IWithGroup
Implements IWithCreatableResourceGroup(Of IWithSku), IWithExistingResourceGroup(Of IWithSku), IWithGroup(Of IWithSku), IWithNewResourceGroup(Of IWithSku)
Härledda
Implementeringar

Metoder

WithExistingResourceGroup(IResourceGroup)

Associerar resursen med en befintlig resursgrupp.

(Ärvd från IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Associerar resursen med en befintlig resursgrupp.

(Ärvd från IWithExistingResourceGroup<T>)
WithNewResourceGroup()

Fasen för en CDN-profildefinition som gör att resursgruppen kan anges.

(Ärvd från IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Skapar en ny resursgrupp som resursen ska placeras i baserat på den angivna definitionen.

(Ärvd från IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

Fasen för en CDN-profildefinition som gör att resursgruppen kan anges.

(Ärvd från IWithNewResourceGroup<T>)

Gäller för