Get Web Pub Sub Result
data class GetWebPubSubResult(val eventHandler: EventHandlerSettingsResponse? = null, val externalIP: String, val features: List<WebPubSubFeatureResponse>? = null, val hostName: String, val id: String, val identity: ManagedIdentityResponse? = null, val location: String? = null, val name: String, val networkACLs: WebPubSubNetworkACLsResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val publicPort: Int, val serverPort: Int, val sharedPrivateLinkResources: List<SharedPrivateLinkResourceResponse>, val sku: ResourceSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tls: WebPubSubTlsSettingsResponse? = null, val type: String, val version: String)
A class represent a resource.
Constructors
Link copied to clipboard
fun GetWebPubSubResult(eventHandler: EventHandlerSettingsResponse? = null, externalIP: String, features: List<WebPubSubFeatureResponse>? = null, hostName: String, id: String, identity: ManagedIdentityResponse? = null, location: String? = null, name: String, networkACLs: WebPubSubNetworkACLsResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, publicPort: Int, serverPort: Int, sharedPrivateLinkResources: List<SharedPrivateLinkResourceResponse>, sku: ResourceSkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, tls: WebPubSubTlsSettingsResponse? = null, type: String, version: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
List of the featureFlags. FeatureFlags that are not included in the parameters for the update operation will not be modified. And the response will only include featureFlags that are explicitly set. When a featureFlag is not explicitly set, its globally default value will be used But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard