Condividi tramite


GitHubOwnerProperties Class

Definition

GitHub Repo Owner properties.

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

Constructors

GitHubOwnerProperties()

Initializes a new instance of GitHubOwnerProperties.

Properties

OwnerUri

Gets or sets gitHub owner url.

ProvisioningState

Gets or sets the provisioning state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GitHubOwnerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GitHubOwnerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GitHubOwnerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GitHubOwnerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GitHubOwnerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to