ApiReleaseData Class

Definition

A class representing the ApiRelease data model. ApiRelease details.

public class ApiReleaseData : Azure.ResourceManager.Models.ResourceData
public class ApiReleaseData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.ApiReleaseData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.ApiReleaseData>
type ApiReleaseData = class
    inherit ResourceData
type ApiReleaseData = class
    inherit ResourceData
    interface IJsonModel<ApiReleaseData>
    interface IPersistableModel<ApiReleaseData>
Public Class ApiReleaseData
Inherits ResourceData
Public Class ApiReleaseData
Inherits ResourceData
Implements IJsonModel(Of ApiReleaseData), IPersistableModel(Of ApiReleaseData)
Inheritance
ApiReleaseData
Implements

Constructors

ApiReleaseData()

Initializes a new instance of ApiReleaseData.

Properties

ApiId

Identifier of the API the release belongs to.

CreatedOn

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.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
Notes

Release Notes.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
UpdatedOn

The time the API release was updated.

Explicit Interface Implementations

IJsonModel<ApiReleaseData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApiReleaseData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiReleaseData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiReleaseData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApiReleaseData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to