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>
public class AppPlatformConfigServerGitProperty
type AppPlatformConfigServerGitProperty = class
interface IJsonModel<AppPlatformConfigServerGitProperty>
interface IPersistableModel<AppPlatformConfigServerGitProperty>
type AppPlatformConfigServerGitProperty = class
Public Class AppPlatformConfigServerGitProperty
Implements IJsonModel(Of AppPlatformConfigServerGitProperty), IPersistableModel(Of AppPlatformConfigServerGitProperty)
Public Class AppPlatformConfigServerGitProperty
- Inheritance
-
AppPlatformConfigServerGitProperty
- Implements
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. |
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 Utf8JsonWriter. |
IPersistableModel<AppPlatformConfigServerGitProperty>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided 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 BinaryData. |
Applies to
Azure SDK for .NET