次の方法で共有


ResourceModelWithAllowedPropertySet コンストラクター

定義

オーバーロード

ResourceModelWithAllowedPropertySet()

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

ResourceModelWithAllowedPropertySet(String, String, String, String, String, String, String, IDictionary<String,String>, ResourceModelWithAllowedPropertySetIdentity, ResourceModelWithAllowedPropertySetSku, ResourceModelWithAllowedPropertySetPlan)

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

ResourceModelWithAllowedPropertySet()

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

public ResourceModelWithAllowedPropertySet ();
Public Sub New ()

適用対象

ResourceModelWithAllowedPropertySet(String, String, String, String, String, String, String, IDictionary<String,String>, ResourceModelWithAllowedPropertySetIdentity, ResourceModelWithAllowedPropertySetSku, ResourceModelWithAllowedPropertySetPlan)

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

public ResourceModelWithAllowedPropertySet (string id = default, string name = default, string type = default, string location = default, string managedBy = default, string kind = default, string etag = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.MixedReality.Models.ResourceModelWithAllowedPropertySetIdentity identity = default, Microsoft.Azure.Management.MixedReality.Models.ResourceModelWithAllowedPropertySetSku sku = default, Microsoft.Azure.Management.MixedReality.Models.ResourceModelWithAllowedPropertySetPlan plan = default);
new Microsoft.Azure.Management.MixedReality.Models.ResourceModelWithAllowedPropertySet : string * string * string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.MixedReality.Models.ResourceModelWithAllowedPropertySetIdentity * Microsoft.Azure.Management.MixedReality.Models.ResourceModelWithAllowedPropertySetSku * Microsoft.Azure.Management.MixedReality.Models.ResourceModelWithAllowedPropertySetPlan -> Microsoft.Azure.Management.MixedReality.Models.ResourceModelWithAllowedPropertySet
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional managedBy As String = Nothing, Optional kind As String = Nothing, Optional etag As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ResourceModelWithAllowedPropertySetIdentity = Nothing, Optional sku As ResourceModelWithAllowedPropertySetSku = Nothing, Optional plan As ResourceModelWithAllowedPropertySetPlan = Nothing)

パラメーター

id
String

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

リソースの名前

type
String

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

location
String

リソースが保存されている地理的な場所

managedBy
String

このリソースを管理するリソースの完全修飾リソース ID。 このリソースが別の Azure リソースによって管理されているかどうかを示します。 これが存在する場合、完全モードのデプロイでは、別のリソースによって管理されているため、テンプレートから削除された場合、リソースは削除されません。

kind
String

同じ種類のリソースに対して異なる UX エクスペリエンスをレンダリングするためにポータル/ツール/etc によって使用されるメタデータ。たとえば、ApiApps は Microsoft.Web/sites の種類の一種です。 サポートされている場合、リソース プロバイダーはこの値を検証して保持する必要があります。

etag
String

etag フィールドは必要 ありません 。 応答本文で指定する場合は、通常の etag 規則に従ってヘッダーとしても指定する必要があります。 エンティティ タグは、同じ要求されたリソースから 2 つ以上のエンティティを比較するために使用されます。 HTTP/1.1 では、etag (セクション 14.19)、If-Match (セクション 14.24)、If-None-Match (セクション 14.26)、およびIf-Range (セクション 14.27) ヘッダー フィールドのエンティティ タグを使用します。

tags
IDictionary<String,String>

リソース タグ。

適用対象