次の方法で共有


CsmPublishingCredentialsPoliciesEntity コンストラクター

定義

オーバーロード

CsmPublishingCredentialsPoliciesEntity()

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

CsmPublishingCredentialsPoliciesEntity(Boolean, String, String, String, String)

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

CsmPublishingCredentialsPoliciesEntity()

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

public CsmPublishingCredentialsPoliciesEntity ();
Public Sub New ()

適用対象

CsmPublishingCredentialsPoliciesEntity(Boolean, String, String, String, String)

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

public CsmPublishingCredentialsPoliciesEntity (bool allow, string id = default, string name = default, string kind = default, string type = default);
new Microsoft.Azure.Management.WebSites.Models.CsmPublishingCredentialsPoliciesEntity : bool * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.CsmPublishingCredentialsPoliciesEntity
Public Sub New (allow As Boolean, Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing)

パラメーター

allow
Boolean

<発行>メソッドへのアクセスを許可するコード true</code>。それ以外の場合は false<</code> をコード>化します。

id
String

リソース ID。

name
String

リソース名。

kind
String

リソースの種類。

type
String

リソースの種類。

適用対象