AppPlatformConfigServerGitProperty 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.
Property of git.
public class AppPlatformConfigServerGitProperty : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerGitProperty>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerGitProperty>
type AppPlatformConfigServerGitProperty = class
interface IJsonModel<AppPlatformConfigServerGitProperty>
interface IPersistableModel<AppPlatformConfigServerGitProperty>
Public Class AppPlatformConfigServerGitProperty
Implements IJsonModel(Of AppPlatformConfigServerGitProperty), IPersistableModel(Of AppPlatformConfigServerGitProperty)
- Inheritance
-
System.ObjectAppPlatformConfigServerGitProperty
- Implements
-
System.ClientModel.Primitives.IJsonModel<AppPlatformConfigServerGitProperty> System.ClientModel.Primitives.IPersistableModel<AppPlatformConfigServerGitProperty> System.ClientModel.Primitives.IPersistableModel<T>
Constructors
| AppPlatformConfigServerGitProperty(Uri) |
Initializes a new instance of AppPlatformConfigServerGitProperty. |
Properties
| HostKey |
Public sshKey of git repository. |
| HostKeyAlgorithm |
SshKey algorithm of git repository. |
| IsHostKeyCheckingStrict |
Strict host key checking or not. |
| Label |
Label of the repository. |
| Password |
Password of git repository basic auth. |
| PrivateKey |
Private sshKey algorithm of git repository. |
| Repositories |
Repositories of git. |
| SearchPaths |
Searching path of the repository. |
| Uri |
URI of the repository. |
| Username |
Username of git repository basic auth. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<AppPlatformConfigServerGitProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<AppPlatformConfigServerGitProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided System.Text.Json.Utf8JsonWriter. |
| IPersistableModel<AppPlatformConfigServerGitProperty>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.BinaryData into a model. |
| IPersistableModel<AppPlatformConfigServerGitProperty>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<AppPlatformConfigServerGitProperty>.Write(ModelReaderWriterOptions) |
Writes the model into a System.BinaryData. |