Compartir a través de


IWithCreate Interfaz

Definición

La fase de la definición que contiene todas las entradas mínimas necesarias para crear el recurso (a través de WithCreate.create()), pero también permite especificar cualquier otra configuración opcional.

public interface IWithCreate : Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IWithAuthorizationRule, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IWithEventHub, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IWithSku, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IWithThroughputConfiguration, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace>
type IWithCreate = interface
    interface IBeta
    interface ICreatable<IEventHubNamespace>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithSku
    interface IWithEventHub
    interface IWithAuthorizationRule
    interface IWithThroughputConfiguration
Public Interface IWithCreate
Implements IBeta, ICreatable(Of IEventHubNamespace), IDefinitionWithTags(Of IWithCreate), IWithAuthorizationRule, IWithEventHub, IWithSku, IWithThroughputConfiguration
Derivado
Implementaciones

Propiedades

Key

La fase de la definición que contiene todas las entradas mínimas necesarias para crear el recurso (a través de WithCreate.create()), pero también permite especificar cualquier otra configuración opcional.

(Heredado de IIndexable)
Name

Obtiene el nombre del recurso que se puede crear.

(Heredado de ICreatable<T>)

Métodos

Create()

Ejecute la solicitud de creación.

(Heredado de ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Coloca la solicitud en la cola y permite que el cliente HTTP lo ejecute cuando los recursos del sistema estén disponibles.

(Heredado de ICreatable<T>)
WithAutoScaling()

Habilita el escalado vertical de las unidades de rendimiento automáticamente en función de la carga.

(Heredado de IWithThroughputConfiguration)
WithCurrentThroughputUnits(Int32)

Especifica las unidades de rendimiento actuales.

(Heredado de IWithThroughputConfiguration)
WithNewEventHub(String)

Especifica que se debe crear un nuevo centro de eventos en el espacio de nombres .

(Heredado de IWithEventHub)
WithNewEventHub(String, Int32)

Especifica que se debe crear un nuevo centro de eventos en el espacio de nombres .

(Heredado de IWithEventHub)
WithNewEventHub(String, Int32, Int32)

Especifica que se debe crear un nuevo centro de eventos en el espacio de nombres .

(Heredado de IWithEventHub)
WithNewListenRule(String)

Especifica que se debe crear una nueva regla de autorización que tenga acceso de escucha al espacio de nombres del centro de eventos.

(Heredado de IWithAuthorizationRule)
WithNewManageRule(String)

Especifica que se debe crear una nueva regla de autorización que tenga acceso de administración al espacio de nombres del centro de eventos.

(Heredado de IWithAuthorizationRule)
WithNewSendRule(String)

Especifica que se debe crear una nueva regla de autorización que tenga acceso de envío al espacio de nombres del centro de eventos.

(Heredado de IWithAuthorizationRule)
WithSku(EventHubNamespaceSkuType)

Especifica la SKU del espacio de nombres.

(Heredado de IWithSku)
WithTag(String, String)

Agrega una etiqueta al recurso.

(Heredado de IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Especifica etiquetas para el recurso como {@link Map}.

(Heredado de IDefinitionWithTags<T>)
WithThroughputUnitsUpperLimit(Int32)

Especifica las unidades de rendimiento máximas que se permiten escalar verticalmente automáticamente.

(Heredado de IWithThroughputConfiguration)

Se aplica a