ArmDataBoxEdgeModelFactory.EdgeProfileSubscription Method
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.
Initializes a new instance of EdgeProfileSubscription.
public static Azure.ResourceManager.DataBoxEdge.Models.EdgeProfileSubscription EdgeProfileSubscription (Guid? registrationId = default, Azure.Core.ResourceIdentifier id = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeSubscriptionState? state = default, string registrationDate = default, string subscriptionId = default, Guid? tenantId = default, string locationPlacementId = default, string quotaId = default, string serializedDetails = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBoxEdge.Models.SubscriptionRegisteredFeatures> registeredFeatures = default);
static member EdgeProfileSubscription : Nullable<Guid> * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeSubscriptionState> * string * string * Nullable<Guid> * string * string * string * seq<Azure.ResourceManager.DataBoxEdge.Models.SubscriptionRegisteredFeatures> -> Azure.ResourceManager.DataBoxEdge.Models.EdgeProfileSubscription
Public Shared Function EdgeProfileSubscription (Optional registrationId As Nullable(Of Guid) = Nothing, Optional id As ResourceIdentifier = Nothing, Optional state As Nullable(Of DataBoxEdgeSubscriptionState) = Nothing, Optional registrationDate As String = Nothing, Optional subscriptionId As String = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional locationPlacementId As String = Nothing, Optional quotaId As String = Nothing, Optional serializedDetails As String = Nothing, Optional registeredFeatures As IEnumerable(Of SubscriptionRegisteredFeatures) = Nothing) As EdgeProfileSubscription
Parameters
ARM ID of the subscription.
- registrationDate
- String
- subscriptionId
- String
- locationPlacementId
- String
- quotaId
- String
- serializedDetails
- String
- registeredFeatures
- IEnumerable<SubscriptionRegisteredFeatures>
Returns
A new EdgeProfileSubscription instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET