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


IWithGroup<T> Interfész

Definíció

public interface IWithGroup<T> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<T>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<T>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<T>
type IWithGroup<'T> = interface
    interface IWithExistingResourceGroup<'T>
    interface IWithNewResourceGroup<'T>
    interface IWithCreatableResourceGroup<'T>
Public Interface IWithGroup(Of T)
Implements IWithCreatableResourceGroup(Of T), IWithExistingResourceGroup(Of T), IWithNewResourceGroup(Of T)

Típusparaméterek

T
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() (Ö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) (Öröklődés forrása IWithNewResourceGroup<T>)

A következőre érvényes: