Interface Domain.UpdateStages.WithIdentity

  • All Known Subinterfaces:
    Domain.Update
    Enclosing interface:
    Domain.UpdateStages

    public static interface Domain.UpdateStages.WithIdentity
    The stage of the Domain update allowing to specify identity.
    • Method Detail

      • withIdentity

        Domain.Update withIdentity​(IdentityInfo identity)
        Specifies the identity property: Identity information for the resource..
        Parameters:
        identity - Identity information for the resource.
        Returns:
        the next definition stage.