Get Fleet Result
data class GetFleetResult(val azureApiVersion: String, val eTag: String, val hubProfile: FleetHubProfileResponse? = null, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The Fleet resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, eTag: String, hubProfile: FleetHubProfileResponse? = null, id: String, identity: ManagedServiceIdentityResponse? = null, location: String, name: String, provisioningState: String, 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
If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
Link copied to clipboard
The FleetHubProfile configures the Fleet's hub.
Link copied to clipboard
Managed identity.
Link copied to clipboard
The status of the last operation.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.