ProxyOnlyResourceInner Constructors

Definition

Overloads

ProxyOnlyResourceInner()

Initializes a new instance of the ProxyOnlyResourceInner class.

ProxyOnlyResourceInner(String, String, String, String)

Initializes a new instance of the ProxyOnlyResourceInner class.

ProxyOnlyResourceInner()

Initializes a new instance of the ProxyOnlyResourceInner class.

public ProxyOnlyResourceInner ();
Public Sub New ()

Applies to

ProxyOnlyResourceInner(String, String, String, String)

Initializes a new instance of the ProxyOnlyResourceInner class.

public ProxyOnlyResourceInner (string id = default, string name = default, string type = default, string kind = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner : string * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing)

Parameters

id
String
name
String
type
String
kind
String

Kind of resource.

Applies to