IDefinition Gränssnitt
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hela tjänsten Search definitionen.
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
- Implementeringar
-
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
Egenskaper
Key |
Hela tjänsten Search definitionen. (Ärvd från IIndexable) |
Name |
Hämtar namnet på dencreatable-resursen. (Ärvd från ICreatable<T>) |
Metoder
Create() |
Kör create-begäran. (Ärvd från ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Placerar begäran i kön och låter HTTP-klienten köra den när systemresurser är tillgängliga. (Ärvd från ICreatable<T>) |
WithBasicSku() |
Anger att en grundläggande SKU-typ ska användas för tjänsten Search. (Ärvd från IWithSku) |
WithExistingResourceGroup(IResourceGroup) |
Associerar resursen med en befintlig resursgrupp. (Ärvd från IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Associerar resursen med en befintlig resursgrupp. (Ärvd från IWithExistingResourceGroup<T>) |
WithFreeSku() |
Anger att en kostnadsfri SKU-typ ska användas för tjänsten Search. (Ärvd från IWithSku) |
WithNewResourceGroup() |
Hela tjänsten Search definitionen. (Ärvd från IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Skapar en ny resursgrupp som resursen ska placeras i baserat på den angivna definitionen. (Ärvd från IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) |
Hela tjänsten Search definitionen. (Ärvd från IWithNewResourceGroup<T>) |
WithPartitionCount(Int32) |
Anger SKU:n för tjänsten Search. (Ärvd från IWithPartitionsAndCreate) |
WithRegion(Region) |
Anger resursens region. (Ärvd från IDefinitionWithRegion<T>) |
WithRegion(String) |
Anger regionen för resursen efter namn. (Ärvd från IDefinitionWithRegion<T>) |
WithReplicaCount(Int32) |
Anger SKU:n för tjänsten Search. (Ärvd från IWithReplicasAndCreate) |
WithSku(SkuName) |
Anger SKU:n för tjänsten Search. (Ärvd från IWithSku) |
WithStandardSku() |
Anger att du vill använda en standard-SKU-typ för tjänsten Search. (Ärvd från IWithSku) |
WithTag(String, String) |
Lägger till en tagg i resursen. (Ärvd från IDefinitionWithTags<T>) |
WithTags(IDictionary<String,String>) |
Anger taggar för resursen som en {@link Map}. (Ärvd från IDefinitionWithTags<T>) |
Gäller för
Azure SDK for .NET