IWithPartitionsAndCreate Interface
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
public interface IWithPartitionsAndCreate : 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.IWithReplicasAndCreate
type IWithPartitionsAndCreate = interface
interface IWithReplicasAndCreate
interface IWithCreate
interface ICreatable<ISearchService>
interface IIndexable
interface IDefinitionWithTags<IWithCreate>
Public Interface IWithPartitionsAndCreate
Implements ICreatable(Of ISearchService), IDefinitionWithTags(Of IWithCreate), IWithReplicasAndCreate
- Derivado
- Implementações
Propriedades
Key | (Herdado de IIndexable) |
Name |
Obtém o nome do recurso creatível. (Herdado de ICreatable<T>) |
Métodos
Create() |
Execute o pedido de criação. (Herdado de ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Coloca o pedido na fila e permite que o cliente HTTP o execute quando os recursos do sistema estiverem disponíveis. (Herdado de ICreatable<T>) |
WithPartitionCount(Int32) |
Especifica o SKU da Serviço de pesquisa. |
WithReplicaCount(Int32) |
Especifica o SKU da Serviço de pesquisa. (Herdado de IWithReplicasAndCreate) |
WithTag(String, String) |
Adiciona uma etiqueta ao recurso. (Herdado de IDefinitionWithTags<T>) |
WithTags(IDictionary<String,String>) |
Especifica etiquetas para o recurso como um {@link Map}. (Herdado de IDefinitionWithTags<T>) |
Aplica-se a
Azure SDK for .NET