Class GetRoleAssignmentArtifactArgs.Builder

    • Method Detail

      • artifactName

        public GetRoleAssignmentArtifactArgs.Builder artifactName​(com.pulumi.core.Output<java.lang.String> artifactName)
        Parameters:
        artifactName - Name of the blueprint artifact.
        Returns:
        builder
      • artifactName

        public GetRoleAssignmentArtifactArgs.Builder artifactName​(java.lang.String artifactName)
        Parameters:
        artifactName - Name of the blueprint artifact.
        Returns:
        builder
      • blueprintName

        public GetRoleAssignmentArtifactArgs.Builder blueprintName​(com.pulumi.core.Output<java.lang.String> blueprintName)
        Parameters:
        blueprintName - Name of the blueprint definition.
        Returns:
        builder
      • blueprintName

        public GetRoleAssignmentArtifactArgs.Builder blueprintName​(java.lang.String blueprintName)
        Parameters:
        blueprintName - Name of the blueprint definition.
        Returns:
        builder
      • resourceScope

        public GetRoleAssignmentArtifactArgs.Builder resourceScope​(com.pulumi.core.Output<java.lang.String> resourceScope)
        Parameters:
        resourceScope - The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').
        Returns:
        builder
      • resourceScope

        public GetRoleAssignmentArtifactArgs.Builder resourceScope​(java.lang.String resourceScope)
        Parameters:
        resourceScope - The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').
        Returns:
        builder