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