Share via


AzureDevOpsConnectorProperties Class

Definition

The AzureDevOpsConnectorProperties.

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

Constructors

AzureDevOpsConnectorProperties()

Initializes a new instance of AzureDevOpsConnectorProperties.

Properties

AuthorizationCode

Gets or sets one-time OAuth code to exchange for refresh and access tokens.

Orgs

Gets or sets org onboarding information.

ProvisioningState

Gets or sets the provisioning state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AzureDevOpsConnectorProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureDevOpsConnectorProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureDevOpsConnectorProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureDevOpsConnectorProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureDevOpsConnectorProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to