Interface Domain.DefinitionStages
-
- Enclosing interface:
- Domain
public static interface Domain.DefinitionStagesThe Domain definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDomain.DefinitionStages.BlankThe first stage of the Domain definition.static interfaceDomain.DefinitionStages.WithAutoCreateTopicWithFirstSubscriptionThe stage of the Domain definition allowing to specify autoCreateTopicWithFirstSubscription.static interfaceDomain.DefinitionStages.WithAutoDeleteTopicWithLastSubscriptionThe stage of the Domain definition allowing to specify autoDeleteTopicWithLastSubscription.static interfaceDomain.DefinitionStages.WithCreateThe stage of the Domain definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.static interfaceDomain.DefinitionStages.WithDisableLocalAuthThe stage of the Domain definition allowing to specify disableLocalAuth.static interfaceDomain.DefinitionStages.WithIdentityThe stage of the Domain definition allowing to specify identity.static interfaceDomain.DefinitionStages.WithInboundIpRulesThe stage of the Domain definition allowing to specify inboundIpRules.static interfaceDomain.DefinitionStages.WithInputSchemaThe stage of the Domain definition allowing to specify inputSchema.static interfaceDomain.DefinitionStages.WithInputSchemaMappingThe stage of the Domain definition allowing to specify inputSchemaMapping.static interfaceDomain.DefinitionStages.WithLocationThe stage of the Domain definition allowing to specify location.static interfaceDomain.DefinitionStages.WithPublicNetworkAccessThe stage of the Domain definition allowing to specify publicNetworkAccess.static interfaceDomain.DefinitionStages.WithResourceGroupThe stage of the Domain definition allowing to specify parent resource.static interfaceDomain.DefinitionStages.WithTagsThe stage of the Domain definition allowing to specify tags.
-