Interface Domain.UpdateStages.WithIdentity
-
- All Known Subinterfaces:
Domain.Update
- Enclosing interface:
- Domain.UpdateStages
public static interface Domain.UpdateStages.WithIdentityThe stage of the Domain update allowing to specify identity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Domain.UpdatewithIdentity(IdentityInfo identity)Specifies the identity property: Identity information for the resource..
-
-
-
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.
-
-