Uses of Class
com.azure.resourcemanager.servicebus.models.NameSpaceType
-
Packages that use NameSpaceType 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. -
-
Uses of NameSpaceType in com.azure.resourcemanager.servicebus.fluent
Methods in com.azure.resourcemanager.servicebus.fluent with parameters of type NameSpaceType Modifier and Type Method Description voidNamespacesClient. 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. -
Uses of NameSpaceType in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return NameSpaceType Modifier and Type Method Description static NameSpaceTypeNameSpaceType. fromString(String value)Parses a serialized value to a NameSpaceType instance.NameSpaceTypeSBNamespaceMigrate. targetNamespaceType()Get the targetNamespaceType property: Type of namespaces.static NameSpaceTypeNameSpaceType. 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.Methods in com.azure.resourcemanager.servicebus.models with parameters of type NameSpaceType Modifier and Type Method Description SBNamespaceMigrateSBNamespaceMigrate. withTargetNamespaceType(NameSpaceType targetNamespaceType)Set the targetNamespaceType property: Type of namespaces.
-