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

77 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.servicebus.ServiceBusNamespaces"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusNamespaces"
name: "ServiceBusNamespaces"
nameWithType: "ServiceBusNamespaces"
summary: "Entry point to Service Bus namespace API in Azure."
syntax: "public interface **ServiceBusNamespaces**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.Blank?alt=com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.ServiceBusNamespace?alt=com.microsoft.azure.management.servicebus.ServiceBusNamespace&text=ServiceBusNamespace\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.ServiceBusNamespace?alt=com.microsoft.azure.management.servicebus.ServiceBusNamespace&text=ServiceBusNamespace\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.ServiceBusNamespace?alt=com.microsoft.azure.management.servicebus.ServiceBusNamespace&text=ServiceBusNamespace\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.ServiceBusNamespace?alt=com.microsoft.azure.management.servicebus.ServiceBusNamespace&text=ServiceBusNamespace\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.ServiceBusNamespace?alt=com.microsoft.azure.management.servicebus.ServiceBusNamespace&text=ServiceBusNamespace\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.implementation.ServiceBusManager?alt=com.microsoft.azure.management.servicebus.implementation.ServiceBusManager&text=ServiceBusManager\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.implementation.NamespacesInner?alt=com.microsoft.azure.management.servicebus.implementation.NamespacesInner&text=NamespacesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.servicebus.ServiceBusNamespaces.checkNameAvailability(java.lang.String)"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusNamespaces.checkNameAvailability(String name)"
name: "checkNameAvailability(String name)"
nameWithType: "ServiceBusNamespaces.checkNameAvailability(String name)"
summary: "Checks if namespace name is valid and is not in use."
modifiers:
- "abstract"
parameters:
- description: "the account name to check"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CheckNameAvailabilityResult checkNameAvailability(String name)"
desc: "Checks if namespace name is valid and is not in use."
returns:
description: "whether the name is available and other info if not"
type: "<xref href=\"com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult?alt=com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult&text=CheckNameAvailabilityResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.ServiceBusNamespaces.checkNameAvailabilityAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusNamespaces.checkNameAvailabilityAsync(String name)"
name: "checkNameAvailabilityAsync(String name)"
nameWithType: "ServiceBusNamespaces.checkNameAvailabilityAsync(String name)"
summary: "Checks if namespace name is valid and is not in use asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the namespace name to check"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<CheckNameAvailabilityResult> checkNameAvailabilityAsync(String name)"
desc: "Checks if namespace name is valid and is not in use asynchronously."
returns:
description: "a representation of the deferred computation of this call, returning whether the name is available or other info if not"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult?alt=com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult&text=CheckNameAvailabilityResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.servicebus.ServiceBusNamespaces.checkNameAvailabilityAsync(java.lang.String,com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult>)"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusNamespaces.checkNameAvailabilityAsync(String name, ServiceCallback<CheckNameAvailabilityResult> callback)"
name: "checkNameAvailabilityAsync(String name, ServiceCallback<CheckNameAvailabilityResult> callback)"
nameWithType: "ServiceBusNamespaces.checkNameAvailabilityAsync(String name, ServiceCallback<CheckNameAvailabilityResult> callback)"
summary: "Checks if namespace name is valid and is not in use asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the namespace name to check"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the callback to call on success or failure"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult?alt=com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult&text=CheckNameAvailabilityResult\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<CheckNameAvailabilityResult> checkNameAvailabilityAsync(String name, ServiceCallback<CheckNameAvailabilityResult> callback)"
desc: "Checks if namespace name is valid and is not in use asynchronously."
returns:
description: "a handle to cancel the request"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult?alt=com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult&text=CheckNameAvailabilityResult\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Entry point to Service Bus namespace API in Azure."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.ServiceBusNamespace?alt=com.microsoft.azure.management.servicebus.ServiceBusNamespace&text=ServiceBusNamespace\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.ServiceBusNamespace?alt=com.microsoft.azure.management.servicebus.ServiceBusNamespace&text=ServiceBusNamespace\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.ServiceBusNamespace?alt=com.microsoft.azure.management.servicebus.ServiceBusNamespace&text=ServiceBusNamespace\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.implementation.ServiceBusManager?alt=com.microsoft.azure.management.servicebus.implementation.ServiceBusManager&text=ServiceBusManager\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.ServiceBusNamespace?alt=com.microsoft.azure.management.servicebus.ServiceBusNamespace&text=ServiceBusNamespace\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.Blank?alt=com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.ServiceBusNamespace?alt=com.microsoft.azure.management.servicebus.ServiceBusNamespace&text=ServiceBusNamespace\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.implementation.NamespacesInner?alt=com.microsoft.azure.management.servicebus.implementation.NamespacesInner&text=NamespacesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.servicebus"
artifact: com.microsoft.azure:azure-mgmt-servicebus:1.41.4