다음을 통해 공유


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>)

적용 대상