次の方法で共有


AzureEntityResource クラス

定義

etag を含む Azure Resource Manager リソースのリソース モデル定義。

public class AzureEntityResource : Microsoft.Azure.Management.Search.Models.Resource
type AzureEntityResource = class
    inherit Resource
Public Class AzureEntityResource
Inherits Resource
継承
AzureEntityResource

コンストラクター

AzureEntityResource()

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

AzureEntityResource(String, String, String, String)

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

プロパティ

Etag

リソース Etag を取得します。

Id

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

(継承元 Resource)
Name

リソースの名前を取得します

(継承元 Resource)
Type

リソースの種類を取得します。 例: Microsoft.Compute/virtualMachines または Microsoft.Storage/storageAccounts。

(継承元 Resource)

適用対象