IDefinition Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
La totalidad de la definición del espacio de nombres del centro de eventos.
public interface IDefinition : Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IBlank, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IWithCreate, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IWithGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IWithGroup>, 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 IDefinition = interface
interface IBeta
interface IBlank
interface IDefinitionWithRegion<IWithGroup>
interface IWithGroup
interface IWithGroup<IWithCreate>
interface IWithExistingResourceGroup<IWithCreate>
interface IWithNewResourceGroup<IWithCreate>
interface IWithCreatableResourceGroup<IWithCreate>
interface IWithCreate
interface ICreatable<IEventHubNamespace>
interface IIndexable
interface IDefinitionWithTags<IWithCreate>
interface IWithSku
interface IWithEventHub
interface IWithAuthorizationRule
interface IWithThroughputConfiguration
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IEventHubNamespace), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithCreate), IWithCreate, IWithExistingResourceGroup(Of IWithCreate), IWithGroup, IWithGroup(Of IWithCreate), IWithNewResourceGroup(Of IWithCreate)
- Implementaciones
-
IBlank IWithAuthorizationRule IWithCreate IWithEventHub IWithGroup IWithSku IWithThroughputConfiguration IWithCreatableResourceGroup<IWithCreate> IWithCreatableResourceGroup<T> IWithExistingResourceGroup<IWithCreate> IWithExistingResourceGroup<T> IWithGroup<IWithCreate> IWithNewResourceGroup<IWithCreate> IWithNewResourceGroup<T> IBeta IDefinitionWithRegion<IWithGroup> IDefinitionWithTags<IWithCreate> ICreatable<IEventHubNamespace> IIndexable
Propiedades
Key |
La totalidad de la definición del espacio de nombres del centro de eventos. (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) |
WithExistingResourceGroup(IResourceGroup) |
Asocia el recurso a un grupo de recursos existente. (Heredado de IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Asocia el recurso a un grupo de recursos existente. (Heredado de IWithExistingResourceGroup<T>) |
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) |
WithNewResourceGroup() |
La totalidad de la definición del espacio de nombres del centro de eventos. (Heredado de IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Crea un nuevo grupo de recursos en el que colocar el recurso, en función de la definición especificada. (Heredado de IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) |
La totalidad de la definición del espacio de nombres del centro de eventos. (Heredado de IWithNewResourceGroup<T>) |
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) |
WithRegion(Region) |
Especifica la región del recurso. (Heredado de IDefinitionWithRegion<T>) |
WithRegion(String) |
Especifica la región del recurso por nombre. (Heredado de IDefinitionWithRegion<T>) |
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
Azure SDK for .NET