IDefinition Interfejs
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Całość definicji usługa wyszukiwania.
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
- Implementuje
-
IWithCreatableResourceGroup<IWithSku> IWithCreatableResourceGroup<T> IWithExistingResourceGroup<IWithSku> IWithExistingResourceGroup<T> IWithGroup<IWithSku> IWithNewResourceGroup<IWithSku> IWithNewResourceGroup<T> IDefinitionWithRegion<IWithGroup> IDefinitionWithTags<IWithCreate> ICreatable<ISearchService> IIndexable IBlank IWithCreate IWithGroup IWithPartitionsAndCreate IWithReplicasAndCreate IWithSku
Właściwości
Key |
Całość definicji usługa wyszukiwania. (Odziedziczone po IIndexable) |
Name |
Pobiera nazwę zasobu creatable. (Odziedziczone po ICreatable<T>) |
Metody
Create() |
Wykonaj żądanie tworzenia. (Odziedziczone po ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Umieszcza żądanie w kolejce i umożliwia klientowi HTTP wykonywanie go, gdy są dostępne zasoby systemowe. (Odziedziczone po ICreatable<T>) |
WithBasicSku() |
Określa, aby używać podstawowego typu jednostki SKU dla usługa wyszukiwania. (Odziedziczone po IWithSku) |
WithExistingResourceGroup(IResourceGroup) |
Kojarzy zasób z istniejącą grupą zasobów. (Odziedziczone po IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Kojarzy zasób z istniejącą grupą zasobów. (Odziedziczone po IWithExistingResourceGroup<T>) |
WithFreeSku() |
Określa, aby użyć bezpłatnego typu jednostki SKU dla usługa wyszukiwania. (Odziedziczone po IWithSku) |
WithNewResourceGroup() |
Całość definicji usługa wyszukiwania. (Odziedziczone po IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Tworzy nową grupę zasobów do umieszczania zasobu na podstawie określonej definicji. (Odziedziczone po IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) |
Całość definicji usługa wyszukiwania. (Odziedziczone po IWithNewResourceGroup<T>) |
WithPartitionCount(Int32) |
Określa jednostkę SKU usługa wyszukiwania. (Odziedziczone po IWithPartitionsAndCreate) |
WithRegion(Region) |
Określa region zasobu. (Odziedziczone po IDefinitionWithRegion<T>) |
WithRegion(String) |
Określa region zasobu według nazwy. (Odziedziczone po IDefinitionWithRegion<T>) |
WithReplicaCount(Int32) |
Określa jednostkę SKU usługa wyszukiwania. (Odziedziczone po IWithReplicasAndCreate) |
WithSku(SkuName) |
Określa jednostkę SKU usługa wyszukiwania. (Odziedziczone po IWithSku) |
WithStandardSku() |
Określa, aby używać standardowego typu jednostki SKU dla usługa wyszukiwania. (Odziedziczone po IWithSku) |
WithTag(String, String) |
Dodaje tag do zasobu. (Odziedziczone po IDefinitionWithTags<T>) |
WithTags(IDictionary<String,String>) |
Określa tagi zasobu jako {@link Map}. (Odziedziczone po IDefinitionWithTags<T>) |
Dotyczy
Azure SDK for .NET