다음을 통해 공유


IWithPartitionsAndCreate 인터페이스

정의

public interface IWithPartitionsAndCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Search.Fluent.ISearchService>, Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithReplicasAndCreate
type IWithPartitionsAndCreate = interface
    interface IWithReplicasAndCreate
    interface IWithCreate
    interface ICreatable<ISearchService>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
Public Interface IWithPartitionsAndCreate
Implements ICreatable(Of ISearchService), IDefinitionWithTags(Of IWithCreate), IWithReplicasAndCreate
파생
구현

속성

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

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

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

메서드

Create()

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

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

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

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

Search Service SKU를 지정합니다.

WithReplicaCount(Int32)

Search Service SKU를 지정합니다.

(다음에서 상속됨 IWithReplicasAndCreate)
WithTag(String, String)

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

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

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

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

적용 대상