Udostępnij za pośrednictwem


CustomDomainResource Constructors

Definition

Overloads

CustomDomainResource()

Initializes a new instance of the CustomDomainResource class.

CustomDomainResource(String, String, String, CustomDomainProperties)

Initializes a new instance of the CustomDomainResource class.

CustomDomainResource()

Initializes a new instance of the CustomDomainResource class.

public CustomDomainResource ();
Public Sub New ()

Applies to

CustomDomainResource(String, String, String, CustomDomainProperties)

Initializes a new instance of the CustomDomainResource class.

public CustomDomainResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.AppPlatform.Models.CustomDomainProperties properties = default);
new Microsoft.Azure.Management.AppPlatform.Models.CustomDomainResource : string * string * string * Microsoft.Azure.Management.AppPlatform.Models.CustomDomainProperties -> Microsoft.Azure.Management.AppPlatform.Models.CustomDomainResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As CustomDomainProperties = 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
CustomDomainProperties

Properties of the custom domain resource.

Applies to