Class SBNamespaceMigrate
java.lang.Object
com.azure.resourcemanager.servicebus.models.SBNamespaceMigrate
Namespace Migrate Object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the targetNamespaceType property: Type of namespaces.voidvalidate()Validates the instance.withTargetNamespaceType(NameSpaceType targetNamespaceType) Set the targetNamespaceType property: Type of namespaces.
-
Constructor Details
-
SBNamespaceMigrate
public SBNamespaceMigrate()
-
-
Method Details
-
targetNamespaceType
Get the targetNamespaceType property: Type of namespaces.- Returns:
- the targetNamespaceType value.
-
withTargetNamespaceType
Set the targetNamespaceType property: Type of namespaces.- Parameters:
targetNamespaceType- the targetNamespaceType value to set.- Returns:
- the SBNamespaceMigrate object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-