Dela via


IWithGroup<T> Gränssnitt

Definition

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)

Typparametrar

T
Härledda
Implementeringar

Metoder

WithExistingResourceGroup(IResourceGroup)

Associerar resursen med en befintlig resursgrupp.

(Ärvd från IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Associerar resursen med en befintlig resursgrupp.

(Ärvd från IWithExistingResourceGroup<T>)
WithNewResourceGroup() (Ärvd från IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Skapar en ny resursgrupp som resursen ska placeras i baserat på den angivna definitionen.

(Ärvd från IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String) (Ärvd från IWithNewResourceGroup<T>)

Gäller för