다음을 통해 공유


AzureQueryProperties 생성자

정의

오버로드

AzureQueryProperties()

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

AzureQueryProperties(IList<String>, IList<String>, TagSettingsProperties)

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

AzureQueryProperties()

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

public AzureQueryProperties ();
Public Sub New ()

적용 대상

AzureQueryProperties(IList<String>, IList<String>, TagSettingsProperties)

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

public AzureQueryProperties (System.Collections.Generic.IList<string> scope = default, System.Collections.Generic.IList<string> locations = default, Microsoft.Azure.Management.Automation.Models.TagSettingsProperties tagSettings = default);
new Microsoft.Azure.Management.Automation.Models.AzureQueryProperties : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Automation.Models.TagSettingsProperties -> Microsoft.Azure.Management.Automation.Models.AzureQueryProperties
Public Sub New (Optional scope As IList(Of String) = Nothing, Optional locations As IList(Of String) = Nothing, Optional tagSettings As TagSettingsProperties = Nothing)

매개 변수

scope
IList<String>

구독 또는 리소스 그룹 ARM ID 목록입니다.

locations
IList<String>

쿼리를 scope 위치 목록입니다.

tagSettings
TagSettingsProperties

VM에 대한 태그 설정입니다.

적용 대상