Udostępnij za pośrednictwem


IWithGroup<T> Interfejs

Definicja

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)

Parametry typu

T
Pochodne
Implementuje

Metody

WithExistingResourceGroup(IResourceGroup)

Kojarzy zasób z istniejącą grupą zasobów.

(Odziedziczone po IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Kojarzy zasób z istniejącą grupą zasobów.

(Odziedziczone po IWithExistingResourceGroup<T>)
WithNewResourceGroup() (Odziedziczone po IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Tworzy nową grupę zasobów do umieszczania zasobu na podstawie określonej definicji.

(Odziedziczone po IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String) (Odziedziczone po IWithNewResourceGroup<T>)

Dotyczy