Поделиться через


GitHubRepoProperties Class

Definition

GitHub Repo properties.

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

Constructors

GitHubRepoProperties()

Initializes a new instance of GitHubRepoProperties.

Properties

AccountId

Gets or sets gitHub repo account id.

OwnerName

Gets or sets GitHub Owner Name.

ProvisioningState

Gets or sets the provisioning state.

RepoUri

Gets or sets gitHub repo url.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GitHubRepoProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GitHubRepoProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GitHubRepoProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GitHubRepoProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GitHubRepoProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to