Interface ContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity

    • Method Detail

      • withNewUserAssignedManagedServiceIdentity

        ContainerGroup.DefinitionStages.WithCreate withNewUserAssignedManagedServiceIdentity​(Creatable<Identity> creatableIdentity)
        Specifies the definition of a not-yet-created user assigned identity to be associated with the virtual machine.
        Parameters:
        creatableIdentity - a creatable identity definition
        Returns:
        the next stage of the definition
      • withExistingUserAssignedManagedServiceIdentity

        ContainerGroup.DefinitionStages.WithCreate withExistingUserAssignedManagedServiceIdentity​(Identity identity)
        Specifies an existing user assigned identity to be associate with the container group.
        Parameters:
        identity - the identity
        Returns:
        the next stage of the definition