다음을 통해 공유


Policy 생성자

정의

오버로드

Policy()

Policy 클래스의 새 instance 초기화합니다.

Policy(String, String, String, String, String, String)

Policy 클래스의 새 instance 초기화합니다.

Policy()

Policy 클래스의 새 instance 초기화합니다.

public Policy ();
Public Sub New ()

적용 대상

Policy(String, String, String, String, String, String)

Policy 클래스의 새 instance 초기화합니다.

public Policy (string id = default, string name = default, string type = default, string marketplacePurchases = default, string reservationPurchases = default, string viewCharges = default);
new Microsoft.Azure.Management.Billing.Models.Policy : string * string * string * string * string * string -> Microsoft.Azure.Management.Billing.Models.Policy
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional marketplacePurchases As String = Nothing, Optional reservationPurchases As String = Nothing, Optional viewCharges As String = Nothing)

매개 변수

id
String

리소스 ID입니다.

name
String

리소스 이름입니다.

type
String

리소스 종류.

marketplacePurchases
String

Azure Marketplace 구매가 청구 프로필에 허용되는지 여부를 제어하는 정책입니다. 가능한 값은 'AllAllowed', 'OnlyFreeAllowed', 'NotAllowed'입니다.

reservationPurchases
String

Azure 예약 구매가 청구 프로필에 허용되는지 여부를 제어하는 정책입니다. 가능한 값은 'Allowed', 'NotAllowed'입니다.

viewCharges
String

구독에 대한 Azure RBAC 액세스 권한이 있는 사용자가 요금을 볼 수 있는지 여부를 제어하는 정책입니다. 가능한 값은 'Allowed', 'NotAllowed'입니다.

적용 대상