ApiReleaseContract 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
ApiReleaseContract() |
Initializes a new instance of the ApiReleaseContract class. |
ApiReleaseContract(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String) |
Initializes a new instance of the ApiReleaseContract class. |
ApiReleaseContract()
Initializes a new instance of the ApiReleaseContract class.
public ApiReleaseContract ();
Public Sub New ()
Applies to
ApiReleaseContract(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String)
Initializes a new instance of the ApiReleaseContract class.
public ApiReleaseContract (string id = default, string name = default, string type = default, string apiId = default, DateTime? createdDateTime = default, DateTime? updatedDateTime = default, string notes = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiReleaseContract : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.ApiManagement.Models.ApiReleaseContract
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional apiId As String = Nothing, Optional createdDateTime As Nullable(Of DateTime) = Nothing, Optional updatedDateTime As Nullable(Of DateTime) = Nothing, Optional notes As String = 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"
- apiId
- String
Identifier of the API the release belongs to.
The time the API was released. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.
- notes
- String
Release Notes
Applies to
Azure SDK for .NET