다음을 통해 공유


RelayNamespace Constructors

Definition

Overloads

RelayNamespace()

Initializes a new instance of the RelayNamespace class.

RelayNamespace(String, String, String, String, IDictionary<String, String>, Sku, Nullable<ProvisioningStateEnum>, Nullable<DateTime>, Nullable<DateTime>, String, String)

Initializes a new instance of the RelayNamespace class.

RelayNamespace()

Initializes a new instance of the RelayNamespace class.

public RelayNamespace ();
Public Sub New ()

Applies to

RelayNamespace(String, String, String, String, IDictionary<String, String>, Sku, Nullable<ProvisioningStateEnum>, Nullable<DateTime>, Nullable<DateTime>, String, String)

Initializes a new instance of the RelayNamespace class.

public RelayNamespace (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Relay.Models.Sku sku = default, Microsoft.Azure.Management.Relay.Models.ProvisioningStateEnum? provisioningState = default, DateTime? createdAt = default, DateTime? updatedAt = default, string serviceBusEndpoint = default, string metricId = default);
new Microsoft.Azure.Management.Relay.Models.RelayNamespace : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Relay.Models.Sku * Nullable<Microsoft.Azure.Management.Relay.Models.ProvisioningStateEnum> * Nullable<DateTime> * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.Relay.Models.RelayNamespace
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As Sku = Nothing, Optional provisioningState As Nullable(Of ProvisioningStateEnum) = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional updatedAt As Nullable(Of DateTime) = Nothing, Optional serviceBusEndpoint As String = Nothing, Optional metricId As String = Nothing)

Parameters

location
String

Resource location

id
String

Resource Id

name
String

Resource name

type
String

Resource type

tags
IDictionary<String,String>

Resource tags

sku
Sku

Sku of the Namespace.

provisioningState
Nullable<ProvisioningStateEnum>

Possible values include: 'Created', 'Succeeded', 'Deleted', 'Failed', 'Updating', 'Unknown'

createdAt
Nullable<DateTime>

The time the namespace was created.

updatedAt
Nullable<DateTime>

The time the namespace was updated.

serviceBusEndpoint
String

Endpoint you can use to perform Service Bus operations.

metricId
String

Identifier for Azure Insights metrics

Applies to