Поделиться через


IWithGroup<T> Интерфейс

Определение

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
Производный
Реализации

Методы

WithExistingResourceGroup(IResourceGroup)

Связывает ресурс с существующей группой ресурсов.

(Унаследовано от IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Связывает ресурс с существующей группой ресурсов.

(Унаследовано от IWithExistingResourceGroup<T>)
WithNewResourceGroup() (Унаследовано от IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Создает новую группу ресурсов для вставки ресурса на основе указанного определения.

(Унаследовано от IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String) (Унаследовано от IWithNewResourceGroup<T>)

Применяется к