Поделиться через


IDefinition Интерфейс

Определение

Полное определение служба .

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

Полное определение служба .

(Унаследовано от IIndexable)
Name

Возвращает имя создаваемого ресурса.

(Унаследовано от ICreatable<T>)

Методы

Create()

Выполните запрос на создание.

(Унаследовано от ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Помещает запрос в очередь и разрешает HTTP-клиенту выполнять его при наличии системных ресурсов.

(Унаследовано от ICreatable<T>)
WithBasicSku()

Указывает, что для служба используется базовый тип SKU.

(Унаследовано от IWithSku)
WithExistingResourceGroup(IResourceGroup)

Связывает ресурс с существующей группой ресурсов.

(Унаследовано от IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Связывает ресурс с существующей группой ресурсов.

(Унаследовано от IWithExistingResourceGroup<T>)
WithFreeSku()

Указывает, что для служба используется бесплатный тип SKU.

(Унаследовано от IWithSku)
WithNewResourceGroup()

Полное определение служба .

(Унаследовано от IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Создает новую группу ресурсов для вставки ресурса на основе указанного определения.

(Унаследовано от IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

Полное определение служба .

(Унаследовано от IWithNewResourceGroup<T>)
WithPartitionCount(Int32)

Указывает номер SKU служба .

(Унаследовано от IWithPartitionsAndCreate)
WithRegion(Region)

Указывает регион для ресурса.

(Унаследовано от IDefinitionWithRegion<T>)
WithRegion(String)

Указывает регион для ресурса по имени.

(Унаследовано от IDefinitionWithRegion<T>)
WithReplicaCount(Int32)

Указывает номер SKU служба .

(Унаследовано от IWithReplicasAndCreate)
WithSku(SkuName)

Указывает номер SKU служба .

(Унаследовано от IWithSku)
WithStandardSku()

Указывает, что для служба используется стандартный тип SKU.

(Унаследовано от IWithSku)
WithTag(String, String)

Добавляет тег в ресурс.

(Унаследовано от IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Указывает теги для ресурса в виде {@link Map}.

(Унаследовано от IDefinitionWithTags<T>)

Применяется к