AzureDevOpsOrgData Class

Definition

Azure DevOps Organization resource.

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

Constructors

Name Description
AzureDevOpsOrgData()

Initializes a new instance of AzureDevOpsOrgData.

Properties

Name Description
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)
Properties

Azure DevOps Organization properties.

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)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AzureDevOpsOrgData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AzureDevOpsOrgData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<AzureDevOpsOrgData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AzureDevOpsOrgData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AzureDevOpsOrgData>.Write(ModelReaderWriterOptions)

Applies to