| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.fluent |
Package containing the service clients for ServiceBusManagementClient.
|
| com.azure.resourcemanager.servicebus.models |
Package containing the data models for ServiceBusManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamespacesClient.migrate(String resourceGroupName,
String namespaceName,
NameSpaceType targetNamespaceType)
This operation Migrate the given namespace to provided name type.
|
Mono<Void> |
NamespacesClient.migrateAsync(String resourceGroupName,
String namespaceName,
NameSpaceType targetNamespaceType)
This operation Migrate the given namespace to provided name type.
|
com.azure.core.http.rest.Response<Void> |
NamespacesClient.migrateWithResponse(String resourceGroupName,
String namespaceName,
NameSpaceType targetNamespaceType,
com.azure.core.util.Context context)
This operation Migrate the given namespace to provided name type.
|
Mono<com.azure.core.http.rest.Response<Void>> |
NamespacesClient.migrateWithResponseAsync(String resourceGroupName,
String namespaceName,
NameSpaceType targetNamespaceType)
This operation Migrate the given namespace to provided name type.
|
| Modifier and Type | Method and Description |
|---|---|
static NameSpaceType |
NameSpaceType.fromString(String value)
Parses a serialized value to a NameSpaceType instance.
|
NameSpaceType |
SBNamespaceMigrate.targetNamespaceType()
Get the targetNamespaceType property: Type of namespaces.
|
static NameSpaceType |
NameSpaceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameSpaceType[] |
NameSpaceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SBNamespaceMigrate |
SBNamespaceMigrate.withTargetNamespaceType(NameSpaceType targetNamespaceType)
Set the targetNamespaceType property: Type of namespaces.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.