Class MyWorkbookManagedIdentity

java.lang.Object
com.azure.resourcemanager.applicationinsights.models.MyWorkbookManagedIdentity

public class MyWorkbookManagedIdentity extends Object
Customer Managed Identity.
  • Constructor Details

    • MyWorkbookManagedIdentity

      public MyWorkbookManagedIdentity()
  • Method Details

    • userAssignedIdentities

      public MyWorkbookUserAssignedIdentities userAssignedIdentities()
      Get the userAssignedIdentities property: Customer Managed Identity.
      Returns:
      the userAssignedIdentities value.
    • withUserAssignedIdentities

      public MyWorkbookManagedIdentity withUserAssignedIdentities(MyWorkbookUserAssignedIdentities userAssignedIdentities)
      Set the userAssignedIdentities property: Customer Managed Identity.
      Parameters:
      userAssignedIdentities - the userAssignedIdentities value to set.
      Returns:
      the MyWorkbookManagedIdentity object itself.
    • type

      Get the type property: The identity type.
      Returns:
      the type value.
    • withType

      Set the type property: The identity type.
      Parameters:
      type - the type value to set.
      Returns:
      the MyWorkbookManagedIdentity object itself.
    • validate

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