WcfRelayInner Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
WcfRelayInner()
public WcfRelayInner ();
Public Sub New ()
Aplica-se a
WcfRelayInner(String, String, String, String, IDictionary<String, String>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Relaytype>, Nullable<Boolean>, Nullable<Boolean>, String)
public WcfRelayInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? isDynamic = default, DateTime? createdAt = default, DateTime? updatedAt = default, int? listenerCount = default, Microsoft.Azure.Management.Relay.Fluent.Models.Relaytype? relayType = default, bool? requiresClientAuthorization = default, bool? requiresTransportSecurity = default, string userMetadata = default);
new Microsoft.Azure.Management.Relay.Fluent.Models.WcfRelayInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * Nullable<DateTime> * Nullable<DateTime> * Nullable<int> * Nullable<Microsoft.Azure.Management.Relay.Fluent.Models.Relaytype> * Nullable<bool> * Nullable<bool> * string -> Microsoft.Azure.Management.Relay.Fluent.Models.WcfRelayInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional isDynamic As Nullable(Of Boolean) = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional updatedAt As Nullable(Of DateTime) = Nothing, Optional listenerCount As Nullable(Of Integer) = Nothing, Optional relayType As Nullable(Of Relaytype) = Nothing, Optional requiresClientAuthorization As Nullable(Of Boolean) = Nothing, Optional requiresTransportSecurity As Nullable(Of Boolean) = Nothing, Optional userMetadata As String = Nothing)
Parâmetros
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- userMetadata
- String
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET