다음을 통해 공유


Resource 클래스

정의

Azure 리소스의 정의입니다.

public class Resource : Microsoft.Rest.Azure.IResource
type Resource = class
    interface IResource
Public Class Resource
Implements IResource
상속
Resource
파생
구현

생성자

Resource()

Resource 클래스의 새 인스턴스를 초기화합니다.

Resource(String, String, String, String, IDictionary<String,String>)

Resource 클래스의 새 인스턴스를 초기화합니다.

속성

Id

리소스의 ID를 가져옵니다.

Location

리소스의 위치를 가져옵니다.

Name

리소스의 이름을 가져옵니다.

Tags

리소스의 태그를 가져옵니다.

Type

리소스의 형식을 가져옵니다.

적용 대상