ResourceGroupDefinition 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ResourceGroupDefinition() |
ResourceGroupDefinition 클래스의 새 instance 초기화합니다. |
ResourceGroupDefinition(String, String, String, String, String, IList<String>, IDictionary<String,String>) |
ResourceGroupDefinition 클래스의 새 instance 초기화합니다. |
ResourceGroupDefinition()
ResourceGroupDefinition 클래스의 새 instance 초기화합니다.
public ResourceGroupDefinition ();
Public Sub New ()
적용 대상
ResourceGroupDefinition(String, String, String, String, String, IList<String>, IDictionary<String,String>)
ResourceGroupDefinition 클래스의 새 instance 초기화합니다.
public ResourceGroupDefinition (string name = default, string location = default, string displayName = default, string description = default, string strongType = default, System.Collections.Generic.IList<string> dependsOn = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Blueprint.Models.ResourceGroupDefinition : string * string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Blueprint.Models.ResourceGroupDefinition
Public Sub New (Optional name As String = Nothing, Optional location As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional strongType As String = Nothing, Optional dependsOn As IList(Of String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
매개 변수
- name
- String
이 resourceGroup의 이름입니다. 청사진 할당 중에 리소스 그룹 이름을 지정하면 비워 둡니다.
- location
- String
이 resourceGroup의 위치입니다. 청사진 할당 중에 리소스 그룹 위치를 지정하면 비워 둡니다.
- displayName
- String
이 매개 변수/resourceGroup의 DisplayName입니다.
- description
- String
이 매개 변수/resourceGroup에 대한 설명입니다.
- strongType
- String
청사진 할당 중에 풍부한 환경을 렌더링하는 UI용 StrongType입니다. 지원되는 강력한 형식은 resourceType, principalId 및 location입니다.
- tags
- IDictionary<String,String>
이 리소스 그룹에 할당할 태그입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET