EdgeProfileSubscription 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
EdgeProfileSubscription() |
Initializes a new instance of the EdgeProfileSubscription class. |
EdgeProfileSubscription(String, String, String, String, String, String, String, String, String, IList<SubscriptionRegisteredFeatures>) |
Initializes a new instance of the EdgeProfileSubscription class. |
EdgeProfileSubscription()
Initializes a new instance of the EdgeProfileSubscription class.
public EdgeProfileSubscription ();
Public Sub New ()
Applies to
EdgeProfileSubscription(String, String, String, String, String, String, String, String, String, IList<SubscriptionRegisteredFeatures>)
Initializes a new instance of the EdgeProfileSubscription class.
public EdgeProfileSubscription (string registrationId = default, string id = default, string state = default, string registrationDate = default, string subscriptionId = default, string tenantId = default, string locationPlacementId = default, string quotaId = default, string serializedDetails = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SubscriptionRegisteredFeatures> registeredFeatures = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfileSubscription : string * string * string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SubscriptionRegisteredFeatures> -> Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfileSubscription
Public Sub New (Optional registrationId As String = Nothing, Optional id As String = Nothing, Optional state As String = Nothing, Optional registrationDate As String = Nothing, Optional subscriptionId As String = Nothing, Optional tenantId As String = Nothing, Optional locationPlacementId As String = Nothing, Optional quotaId As String = Nothing, Optional serializedDetails As String = Nothing, Optional registeredFeatures As IList(Of SubscriptionRegisteredFeatures) = Nothing)
Parameters
- registrationId
- String
Edge Subscription Registration ID
- id
- String
ARM ID of the subscription
- state
- String
Possible values include: 'Registered', 'Warned', 'Suspended', 'Deleted', 'Unregistered'
- registrationDate
- String
- subscriptionId
- String
- tenantId
- String
- locationPlacementId
- String
- quotaId
- String
- serializedDetails
- String
- registeredFeatures
- IList<SubscriptionRegisteredFeatures>