Class SBNamespaceMigrate
- java.lang.Object
-
- com.azure.resourcemanager.servicebus.models.SBNamespaceMigrate
-
public final class SBNamespaceMigrate extends Object
Namespace Migrate Object.
-
-
Constructor Summary
Constructors Constructor Description SBNamespaceMigrate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NameSpaceTypetargetNamespaceType()Get the targetNamespaceType property: Type of namespaces.voidvalidate()Validates the instance.SBNamespaceMigratewithTargetNamespaceType(NameSpaceType targetNamespaceType)Set the targetNamespaceType property: Type of namespaces.
-
-
-
Method Detail
-
targetNamespaceType
public NameSpaceType targetNamespaceType()
Get the targetNamespaceType property: Type of namespaces.- Returns:
- the targetNamespaceType value.
-
withTargetNamespaceType
public SBNamespaceMigrate withTargetNamespaceType(NameSpaceType targetNamespaceType)
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.
-
-