IConfigServerResource Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigServerResourceTypeConverter))]
public interface IConfigServerResource : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigServerResourceTypeConverter))>]
type IConfigServerResource = interface
interface IJsonSerializable
interface IResource
Public Interface IConfigServerResource
Implements IResource
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Code |
The code of error. |
| GitPropertyHostKey |
Public sshKey of git repository. |
| GitPropertyHostKeyAlgorithm |
SshKey algorithm of git repository. |
| GitPropertyLabel |
Label of the repository |
| GitPropertyPassword |
Password of git repository basic auth. |
| GitPropertyPrivateKey |
Private sshKey algorithm of git repository. |
| GitPropertyRepository |
Repositories of git. |
| GitPropertySearchPath |
Searching path of the repository |
| GitPropertyStrictHostKeyChecking |
Strict host key checking or not. |
| GitPropertyUri |
URI of the repository |
| GitPropertyUsername |
Username of git repository basic auth. |
| Id |
Fully qualified resource Id for the resource. (Inherited from IResource) |
| Message |
The message of error. |
| Name |
The name of the resource. (Inherited from IResource) |
| ProvisioningState |
State of the config server. |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResource) |
| SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResource) |
| SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResource) |
| SystemDataLastModifiedAt |
The timestamp of resource modification (UTC). (Inherited from IResource) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResource) |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResource) |
| Type |
The type of the resource. (Inherited from IResource) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |