다음을 통해 공유


IWithStandardCreate 인터페이스

정의

리소스를 만드는 데 필요한 최소 입력을 모두 포함하지만 다른 선택적 설정을 지정할 수도 있는 정의 단계입니다.

public interface IWithStandardCreate : Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithCreate, Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithStandardCreateBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>
type IWithStandardCreate = interface
    interface IWithCreate
    interface ICreatable<ICdnProfile>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithStandardCreateBeta
    interface IBeta
Public Interface IWithStandardCreate
Implements IBeta, ICreatable(Of ICdnProfile), IDefinitionWithTags(Of IWithCreate), IWithCreate, IWithStandardCreateBeta
파생
구현

속성

Key

리소스를 만드는 데 필요한 최소 입력을 모두 포함하지만 다른 선택적 설정을 지정할 수도 있는 정의 단계입니다.

(다음에서 상속됨 IIndexable)
Name

creatable 리소스의 이름을 가져옵니다.

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

메서드

Create()

만들기 요청을 실행합니다.

(다음에서 상속됨 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

요청을 큐에 넣고 시스템 리소스를 사용할 수 있을 때 HTTP 클라이언트가 요청을 실행할 수 있도록 합니다.

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

CDN 프로필에 연결할 새 엔드포인트의 정의를 시작합니다.

(다음에서 상속됨 IWithStandardCreateBeta)
DefineNewEndpoint(String)

CDN 프로필에 연결할 새 엔드포인트의 정의를 시작합니다.

DefineNewEndpoint(String, String)

CDN 프로필에 연결할 새 엔드포인트의 정의를 시작합니다.

(다음에서 상속됨 IWithStandardCreateBeta)
WithNewEndpoint(String)

CDN 프로필에 새 엔드포인트를 추가합니다.

WithTag(String, String)

리소스에 태그를 추가합니다.

(다음에서 상속됨 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

리소스에 대한 태그를 {@link Map}으로 지정합니다.

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

적용 대상