Uses of Enum
com.azure.resourcemanager.servicebus.models.NameSpaceType
Packages that use NameSpaceType
Package
Description
Package containing the service clients for ServiceBusManagementClient.
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 NameSpaceTypeModifier and TypeMethodDescriptionvoidNamespacesClient.migrate(String resourceGroupName, String namespaceName, NameSpaceType targetNamespaceType) This operation Migrate the given namespace to provided name type.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.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 NameSpaceTypeModifier and TypeMethodDescriptionstatic NameSpaceTypeNameSpaceType.fromString(String value) Parses a serialized value to a NameSpaceType instance.SBNamespaceMigrate.targetNamespaceType()Get the targetNamespaceType property: Type of namespaces.static NameSpaceTypeReturns 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 NameSpaceTypeModifier and TypeMethodDescriptionSBNamespaceMigrate.withTargetNamespaceType(NameSpaceType targetNamespaceType) Set the targetNamespaceType property: Type of namespaces.