Share via


AzureDevOpsProjectProperties Class

Definition

AzureDevOps Project properties.

public class AzureDevOpsProjectProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityDevOps.Models.AzureDevOpsProjectProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityDevOps.Models.AzureDevOpsProjectProperties>
type AzureDevOpsProjectProperties = class
    interface IJsonModel<AzureDevOpsProjectProperties>
    interface IPersistableModel<AzureDevOpsProjectProperties>
Public Class AzureDevOpsProjectProperties
Implements IJsonModel(Of AzureDevOpsProjectProperties), IPersistableModel(Of AzureDevOpsProjectProperties)
Inheritance
AzureDevOpsProjectProperties
Implements

Constructors

AzureDevOpsProjectProperties()

Initializes a new instance of AzureDevOpsProjectProperties.

Properties

AutoDiscovery

Gets or sets the auto discovery.

OrgName

Gets or sets AzureDevOps Org Name.

ProjectId

Gets or sets AzureDevOps Project Id.

ProvisioningState

Gets or sets the provisioning state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AzureDevOpsProjectProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureDevOpsProjectProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureDevOpsProjectProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureDevOpsProjectProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureDevOpsProjectProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to