Class SBNamespaceMigrate

java.lang.Object
com.azure.resourcemanager.servicebus.models.SBNamespaceMigrate

public final class SBNamespaceMigrate extends Object
Namespace Migrate Object.
  • Constructor Details

    • SBNamespaceMigrate

      public SBNamespaceMigrate()
  • Method Details

    • 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.