Interface RoleAssignmentResourceFormat


public interface RoleAssignmentResourceFormat
An immutable client-side representation of RoleAssignmentResourceFormat.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • tenantId

      String tenantId()
      Gets the tenantId property: The hub name.
      Returns:
      the tenantId value.
    • assignmentName

      String assignmentName()
      Gets the assignmentName property: The name of the metadata object.
      Returns:
      the assignmentName value.
    • displayName

      Map<String,String> displayName()
      Gets the displayName property: Localized display names for the metadata.
      Returns:
      the displayName value.
    • description

      Map<String,String> description()
      Gets the description property: Localized description for the metadata.
      Returns:
      the description value.
    • provisioningState

      ProvisioningStates provisioningState()
      Gets the provisioningState property: Provisioning state.
      Returns:
      the provisioningState value.
    • role

      RoleTypes role()
      Gets the role property: Type of roles.
      Returns:
      the role value.
    • principals

      List<AssignmentPrincipal> principals()
      Gets the principals property: The principals being assigned to.
      Returns:
      the principals value.
    • profiles

      Gets the profiles property: Profiles set for the assignment.
      Returns:
      the profiles value.
    • interactions

      ResourceSetDescription interactions()
      Gets the interactions property: Interactions set for the assignment.
      Returns:
      the interactions value.
    • links

      Gets the links property: Links set for the assignment.
      Returns:
      the links value.
    • kpis

      Gets the kpis property: Kpis set for the assignment.
      Returns:
      the kpis value.
    • sasPolicies

      ResourceSetDescription sasPolicies()
      Gets the sasPolicies property: Sas Policies set for the assignment.
      Returns:
      the sasPolicies value.
    • connectors

      Gets the connectors property: Connectors set for the assignment.
      Returns:
      the connectors value.
    • views

      Gets the views property: Views set for the assignment.
      Returns:
      the views value.
    • relationshipLinks

      ResourceSetDescription relationshipLinks()
      Gets the relationshipLinks property: The Role assignments set for the relationship links.
      Returns:
      the relationshipLinks value.
    • relationships

      ResourceSetDescription relationships()
      Gets the relationships property: The Role assignments set for the relationships.
      Returns:
      the relationships value.
    • widgetTypes

      ResourceSetDescription widgetTypes()
      Gets the widgetTypes property: Widget types set for the assignment.
      Returns:
      the widgetTypes value.
    • roleAssignments

      ResourceSetDescription roleAssignments()
      Gets the roleAssignments property: The Role assignments set for the assignment.
      Returns:
      the roleAssignments value.
    • conflationPolicies

      ResourceSetDescription conflationPolicies()
      Gets the conflationPolicies property: Widget types set for the assignment.
      Returns:
      the conflationPolicies value.
    • segments

      Gets the segments property: The Role assignments set for the assignment.
      Returns:
      the segments value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.RoleAssignmentResourceFormatInner object.
      Returns:
      the inner object.
    • update

      Begins update for the RoleAssignmentResourceFormat resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      RoleAssignmentResourceFormat refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.