다음을 통해 공유


IDefinition 인터페이스

정의

Search Service 정의의 전체입니다.

public interface IDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithGroup>, 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.IBlank, Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithGroup, Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithPartitionsAndCreate, Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithSku
type IDefinition = interface
    interface IBlank
    interface IDefinitionWithRegion<IWithGroup>
    interface IWithGroup
    interface IWithGroup<IWithSku>
    interface IWithExistingResourceGroup<IWithSku>
    interface IWithNewResourceGroup<IWithSku>
    interface IWithCreatableResourceGroup<IWithSku>
    interface IWithSku
    interface IWithPartitionsAndCreate
    interface IWithReplicasAndCreate
    interface IWithCreate
    interface ICreatable<ISearchService>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
Public Interface IDefinition
Implements IBlank, ICreatable(Of ISearchService), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithSku), IWithExistingResourceGroup(Of IWithSku), IWithGroup, IWithGroup(Of IWithSku), IWithNewResourceGroup(Of IWithSku), IWithPartitionsAndCreate, IWithSku
구현

속성

Key

Search Service 정의의 전체입니다.

(다음에서 상속됨 IIndexable)
Name

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

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

메서드

Create()

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

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

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

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

Search Service 기본 SKU 형식을 사용하도록 지정합니다.

(다음에서 상속됨 IWithSku)
WithExistingResourceGroup(IResourceGroup)

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

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

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

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

Search Service 무료 SKU 형식을 사용하도록 지정합니다.

(다음에서 상속됨 IWithSku)
WithNewResourceGroup()

Search Service 정의의 전체입니다.

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

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

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

Search Service 정의의 전체입니다.

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

Search Service SKU를 지정합니다.

(다음에서 상속됨 IWithPartitionsAndCreate)
WithRegion(Region)

리소스의 지역을 지정합니다.

(다음에서 상속됨 IDefinitionWithRegion<T>)
WithRegion(String)

리소스의 지역을 이름으로 지정합니다.

(다음에서 상속됨 IDefinitionWithRegion<T>)
WithReplicaCount(Int32)

Search Service SKU를 지정합니다.

(다음에서 상속됨 IWithReplicasAndCreate)
WithSku(SkuName)

Search Service SKU를 지정합니다.

(다음에서 상속됨 IWithSku)
WithStandardSku()

Search Service 표준 SKU 형식을 사용하도록 지정합니다.

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

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

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

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

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

적용 대상