GitOperationResultContractData Class
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.
Long Running Git Operation Results.
public class GitOperationResultContractData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.GitOperationResultContractData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.GitOperationResultContractData>
type GitOperationResultContractData = class
inherit ResourceData
interface IJsonModel<GitOperationResultContractData>
interface IPersistableModel<GitOperationResultContractData>
Public Class GitOperationResultContractData
Inherits ResourceData
Implements IJsonModel(Of GitOperationResultContractData), IPersistableModel(Of GitOperationResultContractData)
- Inheritance
- Implements
Constructors
GitOperationResultContractData() |
Initializes a new instance of GitOperationResultContractData. |
Properties
ActionLog |
This property if only provided as part of the TenantConfiguration_Validate operation. It contains the log the entities which will be updated/created/deleted as part of the TenantConfiguration_Deploy operation. |
Error |
Error Body Contract. |
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) |
OperationResultIdentifier |
Operation result identifier. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
ResultInfo |
Optional result info. |
StartedOn |
Start time of an async operation. The date conforms to the following format: |
Status |
Status of an async operation. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
UpdatedOn |
Last update time of an async operation. The date conforms to the following format: |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<GitOperationResultContractData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GitOperationResultContractData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GitOperationResultContractData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GitOperationResultContractData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GitOperationResultContractData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET