RelayUpdateParameters Constructors
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.
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'
- serviceBusEndpoint
- String
Endpoint you can use to perform Service Bus operations.
- metricId
- String
Identifier for Azure Insights metrics
Applies to
Azure SDK for .NET