次の方法で共有


WcfRelay Class

Definition

Description of the WCF relay resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.WcfRelayTypeConverter))]
public class WcfRelay : Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IWcfRelay, Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.WcfRelayTypeConverter))>]
type WcfRelay = class
    interface IWcfRelay
    interface IJsonSerializable
    interface IProxyResource
    interface IValidates
Public Class WcfRelay
Implements IValidates, IWcfRelay
Inheritance
WcfRelay
Attributes
Implements

Constructors

WcfRelay()

Creates an new WcfRelay instance.

Properties

CreatedAt

The time the WCF relay was created.

Id

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

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.

Location

The geo-location where the resource lives

Name

The name of the resource

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.

ResourceGroupName

Gets the resource group name

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

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

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 WcfRelay.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WcfRelay.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WcfRelay into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to