IWcfRelay Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.WcfRelayTypeConverter))]
public interface IWcfRelay : Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20170401.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.WcfRelayTypeConverter))>]
type IWcfRelay = interface
interface IJsonSerializable
interface IProxyResource
Public Interface IWcfRelay
Implements IProxyResource
- Derived
- Attributes
- Implements
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} (Inherited from IProxyResource) |
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 (Inherited from IProxyResource) |
Name |
The name of the resource (Inherited from IProxyResource) |
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. |
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" (Inherited from IProxyResource) |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |