AzureDevOpsConnectorStatsProperties 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.
The AzureDevOpsConnectorStatsProperties.
public class AzureDevOpsConnectorStatsProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityDevOps.Models.AzureDevOpsConnectorStatsProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityDevOps.Models.AzureDevOpsConnectorStatsProperties>
type AzureDevOpsConnectorStatsProperties = class
interface IJsonModel<AzureDevOpsConnectorStatsProperties>
interface IPersistableModel<AzureDevOpsConnectorStatsProperties>
Public Class AzureDevOpsConnectorStatsProperties
Implements IJsonModel(Of AzureDevOpsConnectorStatsProperties), IPersistableModel(Of AzureDevOpsConnectorStatsProperties)
- Inheritance
-
AzureDevOpsConnectorStatsProperties
- Implements
Constructors
AzureDevOpsConnectorStatsProperties() |
Initializes a new instance of AzureDevOpsConnectorStatsProperties. |
Properties
OrgsCount |
Gets or sets orgs count. |
ProjectsCount |
Gets or sets projects count. |
ProvisioningState |
Gets or sets the provisioning state. |
ReposCount |
Gets or sets repos count. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AzureDevOpsConnectorStatsProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AzureDevOpsConnectorStatsProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AzureDevOpsConnectorStatsProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AzureDevOpsConnectorStatsProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AzureDevOpsConnectorStatsProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |