次の方法で共有


ProxyOnlyResourceInner コンストラクター

定義

オーバーロード

ProxyOnlyResourceInner()

ProxyOnlyResourceInner クラスの新しいインスタンスを初期化します。

ProxyOnlyResourceInner(String, String, String, String)

ProxyOnlyResourceInner クラスの新しいインスタンスを初期化します。

ProxyOnlyResourceInner()

ProxyOnlyResourceInner クラスの新しいインスタンスを初期化します。

public ProxyOnlyResourceInner ();
Public Sub New ()

適用対象

ProxyOnlyResourceInner(String, String, String, String)

ProxyOnlyResourceInner クラスの新しいインスタンスを初期化します。

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)

パラメーター

id
String
name
String
type
String
kind
String

リソースの種類。

適用対象