azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

344 строки
19 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._definition
id: _definition
parent: com.microsoft.azure.management.servicebus
href: com.microsoft.azure.management.servicebus._service_bus_namespace._definition.yml
langs:
- java
name: ServiceBusNamespace.Definition
nameWithType: ServiceBusNamespace.Definition
fullName: com.microsoft.azure.management.servicebus.ServiceBusNamespace.Definition
type: Interface
source:
remote:
path: azure-mgmt-servicebus/src/main/java/com/microsoft/azure/management/servicebus/ServiceBusNamespace.java
branch: v1.3.0
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-servicebus/src/main/java/com/microsoft/azure/management/servicebus/ServiceBusNamespace.java
startLine: 66
package: com.microsoft.azure.management.servicebus
summary: <p>The entirety of the Service Bus namespace definition. </p>
syntax:
content: public interface Definition extends ServiceBusNamespace.DefinitionStages.Blank,ServiceBusNamespace.DefinitionStages.WithGroup,ServiceBusNamespace.DefinitionStages.WithCreate
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._creatable.create()
- com.microsoft.azure.management.resources.fluentcore.model._creatable.createAsync(final ServiceCallback<T>)
- com.microsoft.azure.management.resources.fluentcore.model._creatable.createAsync()
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.servicebus._service_bus_namespace._def99e858b4c2308da79b0248a8b3085bb6.withNewListenRule(String)
- com.microsoft.azure.management.servicebus._service_bus_namespace._def99e858b4c2308da79b0248a8b3085bb6.withNewManageRule(String)
- com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_queue.withNewQueue(String,int)
- com.microsoft.azure.management.servicebus._service_bus_namespace._def99e858b4c2308da79b0248a8b3085bb6.withNewSendRule(String)
- com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_topic.withNewTopic(String,int)
- com.microsoft.azure.management.resources.fluentcore.arm.models.f2161385b1a9b0a59b0e528834b2f06f.withRegion(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.f2161385b1a9b0a59b0e528834b2f06f.withRegion(Region)
- com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_sku.withSku(NamespaceSku)
- com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTag(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTags(Map<String, String>)
references:
- uid: com.microsoft.azure.management.resources.fluentcore.model._creatable.create()
parent: com.microsoft.azure.management.resources.fluentcore.model._creatable
href: com.microsoft.azure.management.resources.fluentcore.model._creatable.yml
name: create()
nameWithType: Creatable<T>.create()
fullName: com.microsoft.azure.management.resources.fluentcore.model.Creatable<T>.create()
type: Method
summary: >-
<p>Execute the create request.</p>
<p></p>
syntax:
content: public T create()
return:
type: 8ce1ecb9
description: <p>the create resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._creatable.createAsync(final ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.model._creatable
href: com.microsoft.azure.management.resources.fluentcore.model._creatable.yml
name: createAsync(final ServiceCallback<T> callback)
nameWithType: Creatable<T>.createAsync(final ServiceCallback<T> callback)
fullName: com.microsoft.azure.management.resources.fluentcore.model.Creatable<T>.createAsync(final ServiceCallback<T> callback)
type: Method
summary: >-
<p>Puts the request into the queue and allow the HTTP client to execute it when system resources are available.</p>
<p></p>
syntax:
content: public ServiceFuture<T> createAsync(final ServiceCallback<T> callback)
parameters:
- id: callback
type: fe95c2b0
description: <p>the callback to handle success and failure </p>
return:
type: c0371a4e
description: <p>a handle to cancel the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._creatable.createAsync()
parent: com.microsoft.azure.management.resources.fluentcore.model._creatable
href: com.microsoft.azure.management.resources.fluentcore.model._creatable.yml
name: createAsync()
nameWithType: Creatable<T>.createAsync()
fullName: com.microsoft.azure.management.resources.fluentcore.model.Creatable<T>.createAsync()
type: Method
summary: >-
<p>Puts the request into the queue and allow the HTTP client to execute it when system resources are available.</p>
<p></p>
syntax:
content: public Observable<Indexable> createAsync()
return:
type: c2d0e8c6com.microsoft.azure.management.resources.fluentcore.model._indexablea08ddfce
description: <p>an observable of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
parent: com.microsoft.azure.management.resources.fluentcore.model._indexable
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml
name: key()
nameWithType: Indexable.key()
fullName: com.microsoft.azure.management.resources.fluentcore.model.Indexable.key()
type: Method
syntax:
content: public String key()
return:
type: "26831127"
description: <p>the index key. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_name
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.yml
name: name()
nameWithType: HasName.name()
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.HasName.name()
type: Method
syntax:
content: public String name()
return:
type: "26831127"
description: <p>the name of the resource </p>
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._def99e858b4c2308da79b0248a8b3085bb6.withNewListenRule(String)
parent: com.microsoft.azure.management.servicebus._service_bus_namespace._def99e858b4c2308da79b0248a8b3085bb6
href: com.microsoft.azure.management.servicebus._service_bus_namespace._def99e858b4c2308da79b0248a8b3085bb6.yml
name: withNewListenRule(String name)
nameWithType: ServiceBusNamespace.DefinitionStages.WithAuthorizationRule.withNewListenRule(String name)
fullName: com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.WithAuthorizationRule.withNewListenRule(String name)
type: Method
summary: >-
<p>Creates a listen authorization rule for the Service Bus namespace.</p>
<p></p>
syntax:
content: public WithCreate withNewListenRule(String name)
parameters:
- id: name
type: "26831127"
description: <p>rule name </p>
return:
type: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_create
description: <p>next stage of the Service Bus namespace definition </p>
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._def99e858b4c2308da79b0248a8b3085bb6.withNewManageRule(String)
parent: com.microsoft.azure.management.servicebus._service_bus_namespace._def99e858b4c2308da79b0248a8b3085bb6
href: com.microsoft.azure.management.servicebus._service_bus_namespace._def99e858b4c2308da79b0248a8b3085bb6.yml
name: withNewManageRule(String name)
nameWithType: ServiceBusNamespace.DefinitionStages.WithAuthorizationRule.withNewManageRule(String name)
fullName: com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.WithAuthorizationRule.withNewManageRule(String name)
type: Method
summary: >-
<p>Creates a manage authorization rule for the Service Bus namespace.</p>
<p></p>
syntax:
content: public WithCreate withNewManageRule(String name)
parameters:
- id: name
type: "26831127"
description: <p>rule name </p>
return:
type: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_create
description: <p>next stage of the Service Bus namespace definition </p>
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_queue.withNewQueue(String,int)
parent: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_queue
href: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_queue.yml
name: withNewQueue(String name, int maxSizeInMB)
nameWithType: ServiceBusNamespace.DefinitionStages.WithQueue.withNewQueue(String name, int maxSizeInMB)
fullName: com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.WithQueue.withNewQueue(String name, int maxSizeInMB)
type: Method
summary: >-
<p>Creates a queue entity in the Service Bus namespace.</p>
<p></p>
syntax:
content: public WithCreate withNewQueue(String name, int maxSizeInMB)
parameters:
- id: name
type: "26831127"
description: <p>queue name </p>
- id: maxSizeInMB
type: f75371fa
description: <p>maximum size of memory allocated for the queue entity </p>
return:
type: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_create
description: <p>next stage of the Service Bus namespace definition </p>
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._def99e858b4c2308da79b0248a8b3085bb6.withNewSendRule(String)
parent: com.microsoft.azure.management.servicebus._service_bus_namespace._def99e858b4c2308da79b0248a8b3085bb6
href: com.microsoft.azure.management.servicebus._service_bus_namespace._def99e858b4c2308da79b0248a8b3085bb6.yml
name: withNewSendRule(String name)
nameWithType: ServiceBusNamespace.DefinitionStages.WithAuthorizationRule.withNewSendRule(String name)
fullName: com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.WithAuthorizationRule.withNewSendRule(String name)
type: Method
summary: >-
<p>Creates a send authorization rule for the Service Bus namespace.</p>
<p></p>
syntax:
content: public WithCreate withNewSendRule(String name)
parameters:
- id: name
type: "26831127"
description: <p>rule name </p>
return:
type: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_create
description: <p>next stage of the Service Bus namespace definition </p>
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_topic.withNewTopic(String,int)
parent: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_topic
href: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_topic.yml
name: withNewTopic(String name, int maxSizeInMB)
nameWithType: ServiceBusNamespace.DefinitionStages.WithTopic.withNewTopic(String name, int maxSizeInMB)
fullName: com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.WithTopic.withNewTopic(String name, int maxSizeInMB)
type: Method
summary: >-
<p>Creates a topic entity in the Service Bus namespace.</p>
<p></p>
syntax:
content: public WithCreate withNewTopic(String name, int maxSizeInMB)
parameters:
- id: name
type: "26831127"
description: <p>topic name </p>
- id: maxSizeInMB
type: f75371fa
description: <p>maximum size of memory allocated for the topic entity </p>
return:
type: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_create
description: <p>next stage of the Service Bus namespace definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.f2161385b1a9b0a59b0e528834b2f06f.withRegion(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.f2161385b1a9b0a59b0e528834b2f06f
href: com.microsoft.azure.management.resources.fluentcore.arm.models.f2161385b1a9b0a59b0e528834b2f06f.yml
name: withRegion(String regionName)
nameWithType: Resource.DefinitionWithRegion<T>.withRegion(String regionName)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>.withRegion(String regionName)
type: Method
summary: <p>Specifies the region for the resource by name. </p>
syntax:
content: public T withRegion(String regionName)
parameters:
- id: regionName
type: "26831127"
description: <p>The name of the region for the resource </p>
return:
type: 8ce1ecb9
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.f2161385b1a9b0a59b0e528834b2f06f.withRegion(Region)
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.f2161385b1a9b0a59b0e528834b2f06f
href: com.microsoft.azure.management.resources.fluentcore.arm.models.f2161385b1a9b0a59b0e528834b2f06f.yml
name: withRegion(Region region)
nameWithType: Resource.DefinitionWithRegion<T>.withRegion(Region region)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>.withRegion(Region region)
type: Method
summary: <p>Specifies the region for the resource. </p>
syntax:
content: public T withRegion(Region region)
parameters:
- id: region
type: com.microsoft.azure.management.resources.fluentcore.arm._region
description: <p>The location for the resource </p>
return:
type: 8ce1ecb9
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_sku.withSku(NamespaceSku)
parent: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_sku
href: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_sku.yml
name: withSku(NamespaceSku namespaceSku)
nameWithType: ServiceBusNamespace.DefinitionStages.WithSku.withSku(NamespaceSku namespaceSku)
fullName: com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.WithSku.withSku(NamespaceSku namespaceSku)
type: Method
summary: >-
<p>Specifies the namespace sku.</p>
<p></p>
syntax:
content: public WithCreate withSku(NamespaceSku namespaceSku)
parameters:
- id: namespaceSku
type: com.microsoft.azure.management.servicebus._namespace_sku
description: <p>the sku </p>
return:
type: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_create
description: <p>next stage of the Service Bus namespace definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTag(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09
href: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.yml
name: withTag(String key, String value)
nameWithType: Resource.DefinitionWithTags<T>.withTag(String key, String value)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>.withTag(String key, String value)
type: Method
summary: <p>Adds a tag to the resource. </p>
syntax:
content: public T withTag(String key, String value)
parameters:
- id: key
type: "26831127"
description: <p>the key for the tag </p>
- id: value
type: "26831127"
description: <p>the value for the tag </p>
return:
type: 8ce1ecb9
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTags(Map<String, String>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09
href: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.yml
name: withTags(Map<String, String> tags)
nameWithType: Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
type: Method
summary: <p>Specifies tags for the resource as a <xref uid="" data-throw-if-not-resolved="false">Map</xref>. </p>
syntax:
content: public T withTags(Map<String, String> tags)
parameters:
- id: tags
type: 689c8cb5
description: <p>a <xref uid="" data-throw-if-not-resolved="false">Map</xref> of tags </p>
return:
type: 8ce1ecb9
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._blank
parent: com.microsoft.azure.management.servicebus
href: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._blank.yml
name: ServiceBusNamespace.DefinitionStages.Blank
nameWithType: ServiceBusNamespace.DefinitionStages.Blank
fullName: com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.Blank
type: Interface
summary: <p>The first stage of a Service Bus namespace definition. </p>
syntax:
content: public interface Blank extends Resource.DefinitionWithRegion<WithGroup>
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_group
parent: com.microsoft.azure.management.servicebus
href: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_group.yml
name: ServiceBusNamespace.DefinitionStages.WithGroup
nameWithType: ServiceBusNamespace.DefinitionStages.WithGroup
fullName: com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.WithGroup
type: Interface
summary: <p>The stage of the Service Bus namespace definition allowing to specify the resource group. </p>
syntax:
content: public interface WithGroup
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_create
parent: com.microsoft.azure.management.servicebus
href: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_create.yml
name: ServiceBusNamespace.DefinitionStages.WithCreate
nameWithType: ServiceBusNamespace.DefinitionStages.WithCreate
fullName: com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.WithCreate
type: Interface
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created (via <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">WithCreate#create()</xref>), but also allows for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate