RepositoryResourceInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resources created in user's repository for the source-control.
public class RepositoryResourceInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.RepositoryResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.RepositoryResourceInfo>
type RepositoryResourceInfo = class
interface IJsonModel<RepositoryResourceInfo>
interface IPersistableModel<RepositoryResourceInfo>
Public Class RepositoryResourceInfo
Implements IJsonModel(Of RepositoryResourceInfo), IPersistableModel(Of RepositoryResourceInfo)
- Inheritance
-
RepositoryResourceInfo
- Implements
Constructors
RepositoryResourceInfo() |
Initializes a new instance of RepositoryResourceInfo. |
Properties
AzureDevOpsResourceInfo |
Resources created in Azure DevOps for this source-control. |
GitHubResourceInfoAppInstallationId |
GitHub application installation id. |
Webhook |
The webhook object created for the source-control. |
Explicit Interface Implementations
IJsonModel<RepositoryResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RepositoryResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RepositoryResourceInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RepositoryResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RepositoryResourceInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET