CommitmentPlan 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
CommitmentPlan() |
Initializes a new instance of the CommitmentPlan class. |
CommitmentPlan(String, String, String, SystemData, String, CommitmentPlanProperties) |
Initializes a new instance of the CommitmentPlan class. |
CommitmentPlan()
Initializes a new instance of the CommitmentPlan class.
public CommitmentPlan ();
Public Sub New ()
Applies to
CommitmentPlan(String, String, String, SystemData, String, CommitmentPlanProperties)
Initializes a new instance of the CommitmentPlan class.
public CommitmentPlan (string id = default, string name = default, string type = default, Microsoft.Azure.Management.CognitiveServices.Models.SystemData systemData = default, string etag = default, Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlanProperties properties = default);
new Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlan : string * string * string * Microsoft.Azure.Management.CognitiveServices.Models.SystemData * string * Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlanProperties -> Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlan
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional etag As String = Nothing, Optional properties As CommitmentPlanProperties = Nothing)
Parameters
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- systemData
- SystemData
- etag
- String
Resource Etag.
- properties
- CommitmentPlanProperties
Properties of Cognitive Services account commitment plan.
Applies to
Azure SDK for .NET