次の方法で共有


AzureResource クラス

定義

Azure リソース オブジェクト

public class AzureResource : Microsoft.Rest.Azure.IResource
type AzureResource = class
    interface IResource
Public Class AzureResource
Implements IResource
継承
AzureResource
派生
実装

コンストラクター

AzureResource()

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

AzureResource(String, String, String, String, String, String, IDictionary<String,String>)

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

プロパティ

Id

Azure リソース ID を取得します

Identity

Azure リソース ID を取得します

Kind

Azure リソースの種類を取得します

Location

リソースの場所を取得または設定します

Name

Azure リソース名を取得します

Tags

リソース タグを取得または設定します

Type

Azure リソースの種類を取得します

メソッド

Validate()

オブジェクトを検証します。

適用対象