ArmTemplates interface
Interface representing a ArmTemplates.
Methods
get(string, string, string, string, Arm |
Get azure resource manager template. |
list(string, string, string, Arm |
List azure resource manager templates in a given artifact source. |
Method Details
get(string, string, string, string, ArmTemplatesGetOptionalParams)
Get azure resource manager template.
function get(resourceGroupName: string, labName: string, artifactSourceName: string, name: string, options?: ArmTemplatesGetOptionalParams): Promise<ArmTemplate>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- labName
-
string
The name of the lab.
- artifactSourceName
-
string
The name of the artifact source.
- name
-
string
The name of the azure resource manager template.
- options
- ArmTemplatesGetOptionalParams
The options parameters.
Returns
Promise<ArmTemplate>
list(string, string, string, ArmTemplatesListOptionalParams)
List azure resource manager templates in a given artifact source.
function list(resourceGroupName: string, labName: string, artifactSourceName: string, options?: ArmTemplatesListOptionalParams): PagedAsyncIterableIterator<ArmTemplate, ArmTemplate[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- labName
-
string
The name of the lab.
- artifactSourceName
-
string
The name of the artifact source.
- options
- ArmTemplatesListOptionalParams
The options parameters.