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


IWithGroup Interfész

Definíció

A CDN-profil definíciójának szakasza, amely lehetővé teszi az erőforráscsoport megadását.

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

Metódusok

WithExistingResourceGroup(IResourceGroup)

Társítja az erőforrást egy meglévő erőforráscsoporttal.

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

Társítja az erőforrást egy meglévő erőforráscsoporttal.

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

A CDN-profil definíciójának szakasza, amely lehetővé teszi az erőforráscsoport megadását.

(Öröklődés forrása IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Létrehoz egy új erőforráscsoportot, amelyben elhelyezi az erőforrást a megadott definíció alapján.

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

A CDN-profil definíciójának szakasza, amely lehetővé teszi az erőforráscsoport megadását.

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

A következőre érvényes: