다음을 통해 공유


IWithGroup 인터페이스

정의

리소스 그룹을 지정할 수 있는 CDN 프로필 정의의 단계입니다.

public interface IWithGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithSku>
type IWithGroup = interface
    interface IWithGroup<IWithSku>
    interface IWithExistingResourceGroup<IWithSku>
    interface IWithNewResourceGroup<IWithSku>
    interface IWithCreatableResourceGroup<IWithSku>
Public Interface IWithGroup
Implements IWithCreatableResourceGroup(Of IWithSku), IWithExistingResourceGroup(Of IWithSku), IWithGroup(Of IWithSku), IWithNewResourceGroup(Of IWithSku)
파생
구현

메서드

WithExistingResourceGroup(IResourceGroup)

리소스를 기존 리소스 그룹에 연결합니다.

(다음에서 상속됨 IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

리소스를 기존 리소스 그룹에 연결합니다.

(다음에서 상속됨 IWithExistingResourceGroup<T>)
WithNewResourceGroup()

리소스 그룹을 지정할 수 있는 CDN 프로필 정의의 단계입니다.

(다음에서 상속됨 IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

지정된 정의에 따라 리소스를 넣을 새 리소스 그룹을 만듭니다.

(다음에서 상속됨 IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

리소스 그룹을 지정할 수 있는 CDN 프로필 정의의 단계입니다.

(다음에서 상속됨 IWithNewResourceGroup<T>)

적용 대상