Share via


ConfigServerResource Class

Definition

Config Server resource

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigServerResourceTypeConverter))]
public class ConfigServerResource : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigServerResource, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigServerResourceTypeConverter))>]
type ConfigServerResource = class
    interface IConfigServerResource
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class ConfigServerResource
Implements IConfigServerResource, IValidates
Inheritance
ConfigServerResource
Attributes
Implements

Constructors

ConfigServerResource()

Creates an new ConfigServerResource instance.

Properties

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.

Message

The message of error.

Name

The name of the resource.

ProvisioningState

State of the config server.

ResourceGroupName

Gets the resource group name

SystemData

Metadata pertaining to creation and last modification of the resource.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigServerResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigServerResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigServerResource.

FromJsonString(String)

Creates a new instance of ConfigServerResource, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigServerResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to