다음을 통해 공유


RelayUpdateParameters Constructors

Definition

Overloads

RelayUpdateParameters()

Initializes a new instance of the RelayUpdateParameters class.

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

Initializes a new instance of the RelayUpdateParameters class.

RelayUpdateParameters()

Initializes a new instance of the RelayUpdateParameters class.

public RelayUpdateParameters ();
Public Sub New ()

Applies to

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

Initializes a new instance of the RelayUpdateParameters class.

public RelayUpdateParameters (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.RelayUpdateParameters : 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.RelayUpdateParameters
Public Sub New (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

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