Sdílet prostřednictvím


ConfigServerResource Constructors

Definition

Overloads

ConfigServerResource()

Initializes a new instance of the ConfigServerResource class.

ConfigServerResource(String, String, String, ConfigServerProperties)

Initializes a new instance of the ConfigServerResource class.

ConfigServerResource()

Initializes a new instance of the ConfigServerResource class.

public ConfigServerResource ();
Public Sub New ()

Applies to

ConfigServerResource(String, String, String, ConfigServerProperties)

Initializes a new instance of the ConfigServerResource class.

public ConfigServerResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.AppPlatform.Models.ConfigServerProperties properties = default);
new Microsoft.Azure.Management.AppPlatform.Models.ConfigServerResource : string * string * string * Microsoft.Azure.Management.AppPlatform.Models.ConfigServerProperties -> Microsoft.Azure.Management.AppPlatform.Models.ConfigServerResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As ConfigServerProperties = Nothing)

Parameters

id
String

Fully qualified resource Id for the resource.

name
String

The name of the resource.

type
String

The type of the resource.

properties
ConfigServerProperties

Properties of the Config Server resource

Applies to