Topic.DefinitionStages.WithCreate |
Topic.DefinitionStages.WithDisableLocalAuth.withDisableLocalAuth(Boolean disableLocalAuth) |
Specifies the disableLocalAuth property: This boolean is used to enable or disable local auth.
|
Topic.DefinitionStages.WithCreate |
Topic.DefinitionStages.WithResourceGroup.withExistingResourceGroup(String resourceGroupName) |
Specifies resourceGroupName.
|
Topic.DefinitionStages.WithCreate |
Topic.DefinitionStages.WithIdentity.withIdentity(IdentityInfo identity) |
Specifies the identity property: Identity information for the resource..
|
Topic.DefinitionStages.WithCreate |
Topic.DefinitionStages.WithInboundIpRules.withInboundIpRules(List<InboundIpRule> inboundIpRules) |
Specifies the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of
all IPs.
|
Topic.DefinitionStages.WithCreate |
Topic.DefinitionStages.WithInputSchema.withInputSchema(InputSchema inputSchema) |
Specifies the inputSchema property: This determines the format that Event Grid should expect for incoming
events published to the topic..
|
Topic.DefinitionStages.WithCreate |
Topic.DefinitionStages.WithInputSchemaMapping.withInputSchemaMapping(InputSchemaMapping inputSchemaMapping) |
Specifies the inputSchemaMapping property: This enables publishing using custom event schemas.
|
Topic.DefinitionStages.WithCreate |
Topic.DefinitionStages.WithPublicNetworkAccess.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) |
Specifies the publicNetworkAccess property: This determines if traffic is allowed over public network.
|
Topic.DefinitionStages.WithCreate |
Topic.DefinitionStages.WithTags.withTags(Map<String,String> tags) |
Specifies the tags property: Resource tags..
|