Interface Domain.DefinitionStages.WithIdentity
-
- All Known Subinterfaces:
Domain.Definition,Domain.DefinitionStages.WithCreate
- Enclosing interface:
- Domain.DefinitionStages
public static interface Domain.DefinitionStages.WithIdentityThe stage of the Domain definition allowing to specify identity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Domain.DefinitionStages.WithCreatewithIdentity(IdentityInfo identity)Specifies the identity property: Identity information for the Event Grid Domain resource..
-
-
-
Method Detail
-
withIdentity
Domain.DefinitionStages.WithCreate withIdentity(IdentityInfo identity)
Specifies the identity property: Identity information for the Event Grid Domain resource..- Parameters:
identity- Identity information for the Event Grid Domain resource.- Returns:
- the next definition stage.
-
-