Class WorkbookResourceIdentity

java.lang.Object
com.azure.resourcemanager.applicationinsights.models.ManagedServiceIdentity
com.azure.resourcemanager.applicationinsights.models.WorkbookResourceIdentity

public class WorkbookResourceIdentity extends ManagedServiceIdentity
Identity used for BYOS.
  • Constructor Details

    • WorkbookResourceIdentity

      public WorkbookResourceIdentity()
  • Method Details

    • withType

      Set the type property: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
      Overrides:
      withType in class ManagedServiceIdentity
      Parameters:
      type - the type value to set.
      Returns:
      the ManagedServiceIdentity object itself.
    • withUserAssignedIdentities

      public WorkbookResourceIdentity withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)
      Set the userAssignedIdentities property: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
      Overrides:
      withUserAssignedIdentities in class ManagedServiceIdentity
      Parameters:
      userAssignedIdentities - the userAssignedIdentities value to set.
      Returns:
      the ManagedServiceIdentity object itself.
    • validate

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