Class ManagedResources

java.lang.Object
com.azure.resourcemanager.purview.models.ManagedResources
Direct Known Subclasses:
AccountPropertiesManagedResources

public class ManagedResources extends Object
The managed resources in customer subscription.
  • Constructor Details

    • ManagedResources

      public ManagedResources()
      Creates an instance of ManagedResources class.
  • Method Details

    • eventHubNamespace

      public String eventHubNamespace()
      Get the eventHubNamespace property: Gets the managed event hub namespace resource identifier.
      Returns:
      the eventHubNamespace value.
    • resourceGroup

      public String resourceGroup()
      Get the resourceGroup property: Gets the managed resource group resource identifier. This resource group will host resource dependencies for the account.
      Returns:
      the resourceGroup value.
    • storageAccount

      public String storageAccount()
      Get the storageAccount property: Gets the managed storage account resource identifier.
      Returns:
      the storageAccount value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.