DomainProperties |
DomainProperties.withAutoCreateTopicWithFirstSubscription(Boolean autoCreateTopicWithFirstSubscription) |
Set the autoCreateTopicWithFirstSubscription property: This Boolean is used to specify the creation mechanism for
'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.
|
DomainProperties |
DomainProperties.withAutoDeleteTopicWithLastSubscription(Boolean autoDeleteTopicWithLastSubscription) |
Set the autoDeleteTopicWithLastSubscription property: This Boolean is used to specify the deletion mechanism for
'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.
|
DomainProperties |
DomainProperties.withDisableLocalAuth(Boolean disableLocalAuth) |
Set the disableLocalAuth property: This boolean is used to enable or disable local auth.
|
DomainProperties |
DomainProperties.withInboundIpRules(List<InboundIpRule> inboundIpRules) |
Set the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.
|
DomainProperties |
DomainProperties.withInputSchema(InputSchema inputSchema) |
Set the inputSchema property: This determines the format that Event Grid should expect for incoming events
published to the domain.
|
DomainProperties |
DomainProperties.withInputSchemaMapping(InputSchemaMapping inputSchemaMapping) |
Set the inputSchemaMapping property: Information about the InputSchemaMapping which specified the info about
mapping event payload.
|
DomainProperties |
DomainProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) |
Set the publicNetworkAccess property: This determines if traffic is allowed over public network.
|