NamespaceResourceInner Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NamespaceResourceInner()
public NamespaceResourceInner ();
Public Sub New ()
S’applique à
NamespaceResourceInner(String, String, String, String, IDictionary<String, String>, String, String, String, String, Nullable<DateTime>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<NamespaceType>)
public NamespaceResourceInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string namespaceResourceName = default, string provisioningState = default, string region = default, string status = default, DateTime? createdAt = default, string serviceBusEndpoint = default, string subscriptionId = default, string scaleUnit = default, bool? enabled = default, bool? critical = default, Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceType? namespaceType = default);
new Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceResourceInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * Nullable<DateTime> * string * string * string * Nullable<bool> * Nullable<bool> * Nullable<Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceType> -> Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceResourceInner
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 namespaceResourceName As String = Nothing, Optional provisioningState As String = Nothing, Optional region As String = Nothing, Optional status As String = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional serviceBusEndpoint As String = Nothing, Optional subscriptionId As String = Nothing, Optional scaleUnit As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional critical As Nullable(Of Boolean) = Nothing, Optional namespaceType As Nullable(Of NamespaceType) = Nothing)
Paramètres
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- namespaceResourceName
- String
- provisioningState
- String
- region
- String
- status
- String
- serviceBusEndpoint
- String
- subscriptionId
- String
- scaleUnit
- String
- namespaceType
- Nullable<NamespaceType>
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET