次の方法で共有


WcfRelayProperties Class

Definition

Properties of the WCF relay.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.WcfRelayPropertiesTypeConverter))]
public class WcfRelayProperties : Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IWcfRelayProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.WcfRelayPropertiesTypeConverter))>]
type WcfRelayProperties = class
    interface IWcfRelayProperties
    interface IJsonSerializable
Public Class WcfRelayProperties
Implements IWcfRelayProperties
Inheritance
WcfRelayProperties
Attributes
Implements

Constructors

WcfRelayProperties()

Creates an new WcfRelayProperties instance.

Properties

CreatedAt

The time the WCF relay was created.

IsDynamic

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

ListenerCount

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

RelayType

WCF relay type.

RequiresClientAuthorization

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

RequiresTransportSecurity

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

UpdatedAt

The time the namespace was updated.

UserMetadata

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WcfRelayProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WcfRelayProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IWcfRelayProperties.

FromJsonString(String)

Creates a new instance of WcfRelayProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WcfRelayProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to