AzureDevOpsRepoProperties 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.
AzureDevOps Repo properties.
public class AzureDevOpsRepoProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityDevOps.Models.AzureDevOpsRepoProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityDevOps.Models.AzureDevOpsRepoProperties>
type AzureDevOpsRepoProperties = class
interface IJsonModel<AzureDevOpsRepoProperties>
interface IPersistableModel<AzureDevOpsRepoProperties>
Public Class AzureDevOpsRepoProperties
Implements IJsonModel(Of AzureDevOpsRepoProperties), IPersistableModel(Of AzureDevOpsRepoProperties)
- Inheritance
-
AzureDevOpsRepoProperties
- Implements
Constructors
AzureDevOpsRepoProperties() |
Initializes a new instance of AzureDevOpsRepoProperties. |
Properties
ActionableRemediation |
Gets or sets the actionable remediation. |
OrgName |
Gets or sets AzureDevOps Org Name. |
ProjectName |
Gets or sets AzureDevOps Project Name. |
ProvisioningState |
Gets or sets the provisioning state. |
RepoId |
Gets or sets Azure DevOps repo id. |
RepoUri |
Gets or sets AzureDevOps repo url. |
Visibility |
Gets or sets AzureDevOps repo visibility, whether it is public or private etc. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AzureDevOpsRepoProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AzureDevOpsRepoProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AzureDevOpsRepoProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AzureDevOpsRepoProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AzureDevOpsRepoProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET