Sdílet prostřednictvím


IWithGroup<T> Rozhraní

Definice

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
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() (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) (Zděděno od IWithNewResourceGroup<T>)

Platí pro