Get Domain Result
data class GetDomainResult(val endpoint: String, val id: String, val inboundIpRules: List<InboundIpRuleResponse>? = null, val inputSchema: String? = null, val inputSchemaMapping: JsonInputSchemaMappingResponse? = null, val location: String, val metricResourceId: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
EventGrid Domain.
Constructors
Link copied to clipboard
constructor(endpoint: String, id: String, inboundIpRules: List<InboundIpRuleResponse>? = null, inputSchema: String? = null, inputSchemaMapping: JsonInputSchemaMappingResponse? = null, location: String, metricResourceId: String, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.
Link copied to clipboard
This determines the format that Event Grid should expect for incoming events published to the domain.
Link copied to clipboard
Information about the InputSchemaMapping which specified the info about mapping event payload.
Link copied to clipboard
Metric resource id for the domain.
Link copied to clipboard
List of private endpoint connections.
Link copied to clipboard
Provisioning state of the domain.
Link copied to clipboard
This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring
Link copied to clipboard
The system metadata relating to Domain resource.