GetWCFRelayResult

data class GetWCFRelayResult(val azureApiVersion: String, val createdAt: String, val id: String, val isDynamic: Boolean, val listenerCount: Int, val location: String, val name: String, val relayType: String? = null, val requiresClientAuthorization: Boolean? = null, val requiresTransportSecurity: Boolean? = null, val systemData: SystemDataResponse, val type: String, val updatedAt: String, val userMetadata: String? = null)

Description of the WCF relay resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, createdAt: String, id: String, isDynamic: Boolean, listenerCount: Int, location: String, name: String, relayType: String? = null, requiresClientAuthorization: Boolean? = null, requiresTransportSecurity: Boolean? = null, systemData: SystemDataResponse, type: String, updatedAt: String, userMetadata: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The time the WCF relay was created.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Returns true if the relay is dynamic; otherwise, false.

Link copied to clipboard

The number of listeners for this relay. Note that min :1 and max:25 are supported.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard
val relayType: String? = null

WCF relay type.

Link copied to clipboard

Returns true if client authorization is needed for this relay; otherwise, false.

Link copied to clipboard

Returns true if transport security is needed for this relay; otherwise, false.

Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

Link copied to clipboard

The time the namespace was updated.

Link copied to clipboard
val userMetadata: String? = null

The usermetadata is a placeholder to store user-defined string data for the WCF Relay endpoint. For example, it can be used to store descriptive data, such as list of teams and their contact information. Also, user-defined configuration settings can be stored.