DevOpsGitHubOrganization Class

Definition

Defines a GitHub organization.

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

Constructors

DevOpsGitHubOrganization(Uri)

Initializes a new instance of DevOpsGitHubOrganization.

Properties

Repositories

Optional list of repositories in which the pool should be created.

Uri

The GitHub organization URL in which the pool should be created.

Explicit Interface Implementations

IJsonModel<DevOpsGitHubOrganization>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevOpsGitHubOrganization>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevOpsGitHubOrganization>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevOpsGitHubOrganization>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevOpsGitHubOrganization>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to