Sdílet prostřednictvím


IWithGroup Rozhraní

Definice

Fáze definice profilu CDN, která umožňuje zadat skupinu prostředků.

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)
Odvozené
Implementuje

Metody

WithExistingResourceGroup(IResourceGroup)

Přidruží prostředek k existující skupině prostředků.

(Zděděno od IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Přidruží prostředek k existující skupině prostředků.

(Zděděno od IWithExistingResourceGroup<T>)
WithNewResourceGroup()

Fáze definice profilu CDN, která umožňuje zadat skupinu prostředků.

(Zděděno od IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Na základě zadané definice vytvoří novou skupinu prostředků, do které se prostředek vloží.

(Zděděno od IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

Fáze definice profilu CDN, která umožňuje zadat skupinu prostředků.

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

Platí pro