Class LicensingSubscriptionBindRequest
Licensing Subscrption Bind Request
[DataContract]
public class LicensingSubscriptionBindRequest
- Inheritance
-
LicensingSubscriptionBindRequest
- Inherited Members
Properties
NetworkIds
List of network ids to bind to the subscription
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkIds")]
public List<string> NetworkIds { get; set; }
Property Value
Validate
Check if the provided networks can be bound to the subscription. Returns any licensing problems and does not commit the results.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "validate")]
public bool? Validate { get; set; }
Property Value
- bool?