DevOpsGitHubOrganizationProfile Class

Definition

GitHub organization profile.

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

Constructors

DevOpsGitHubOrganizationProfile(IEnumerable<DevOpsGitHubOrganization>)

Initializes a new instance of DevOpsGitHubOrganizationProfile.

Properties

Organizations

The list of GitHub organizations/repositories the pool should be present in.

Explicit Interface Implementations

IJsonModel<DevOpsGitHubOrganizationProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevOpsGitHubOrganizationProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DevOpsOrganizationProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DevOpsOrganizationProfile)
IJsonModel<DevOpsOrganizationProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DevOpsOrganizationProfile)
IPersistableModel<DevOpsGitHubOrganizationProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevOpsGitHubOrganizationProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevOpsGitHubOrganizationProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DevOpsOrganizationProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DevOpsOrganizationProfile)
IPersistableModel<DevOpsOrganizationProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DevOpsOrganizationProfile)
IPersistableModel<DevOpsOrganizationProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DevOpsOrganizationProfile)

Applies to