Get Pipeline Group Result
data class GetPipelineGroupResult(val azureApiVersion: String, val extendedLocation: AzureResourceManagerCommonTypesExtendedLocationResponse? = null, val id: String, val location: String, val name: String, val properties: PipelineGroupPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A pipeline group definition.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, extendedLocation: AzureResourceManagerCommonTypesExtendedLocationResponse? = null, id: String, location: String, name: String, properties: PipelineGroupPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The complex type of the extended location.
Link copied to clipboard
The resource-specific properties for this resource.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.