다음을 통해 공유


ICreatable<T> 인터페이스

정의

public interface ICreatable<T> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type ICreatable<'T> = interface
    interface IIndexable
Public Interface ICreatable(Of T)
Implements IIndexable

형식 매개 변수

T
파생
구현

속성

Key (다음에서 상속됨 IIndexable)
Name

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

메서드

Create()

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

CreateAsync(CancellationToken, Boolean)

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

적용 대상