Megosztás a következőn keresztül:


IDefinition Interfész

Definíció

A Search szolgáltatás definíció teljes egésze.

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
Megvalósítás

Tulajdonságok

Key

A Search szolgáltatás definíció teljes egésze.

(Öröklődés forrása IIndexable)
Name

Lekéri a creatable erőforrás nevét.

(Öröklődés forrása ICreatable<T>)

Metódusok

Create()

Hajtsa végre a létrehozási kérést.

(Öröklődés forrása ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

A kérést az üzenetsorba helyezi, és engedélyezi a HTTP-ügyfél számára, hogy végrehajtsa azt, amikor a rendszererőforrások elérhetők.

(Öröklődés forrása ICreatable<T>)
WithBasicSku()

Megadja, hogy a Search szolgáltatás alapszintű termékváltozatot használjon.

(Öröklődés forrása IWithSku)
WithExistingResourceGroup(IResourceGroup)

Társítja az erőforrást egy meglévő erőforráscsoporthoz.

(Öröklődés forrása IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Társítja az erőforrást egy meglévő erőforráscsoporthoz.

(Öröklődés forrása IWithExistingResourceGroup<T>)
WithFreeSku()

Itt adhatja meg, hogy a Search szolgáltatás ingyenes termékváltozatot használjon.

(Öröklődés forrása IWithSku)
WithNewResourceGroup()

A Search szolgáltatás definíció teljes egésze.

(Öröklődés forrása IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Létrehoz egy új erőforráscsoportot az erőforrás elhelyezéséhez a megadott definíció alapján.

(Öröklődés forrása IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

A Search szolgáltatás definíció teljes egésze.

(Öröklődés forrása IWithNewResourceGroup<T>)
WithPartitionCount(Int32)

A Search szolgáltatás termékváltozatát adja meg.

(Öröklődés forrása IWithPartitionsAndCreate)
WithRegion(Region)

Meghatározza az erőforrás régióját.

(Öröklődés forrása IDefinitionWithRegion<T>)
WithRegion(String)

Az erőforrás régióját adja meg név szerint.

(Öröklődés forrása IDefinitionWithRegion<T>)
WithReplicaCount(Int32)

A Search szolgáltatás termékváltozatát adja meg.

(Öröklődés forrása IWithReplicasAndCreate)
WithSku(SkuName)

A Search szolgáltatás termékváltozatát adja meg.

(Öröklődés forrása IWithSku)
WithStandardSku()

Megadja, hogy a Search szolgáltatás szabványos termékváltozattípust használjon.

(Öröklődés forrása IWithSku)
WithTag(String, String)

Címkét ad hozzá az erőforráshoz.

(Öröklődés forrása IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

{@link Map} néven adja meg az erőforrás címkéit.

(Öröklődés forrása IDefinitionWithTags<T>)

A következőre érvényes: