Package-level declarations
Types
Link copied to clipboard
data class ErrorDetailResponse(val code: String, val details: List<ErrorDetailResponse>? = null, val message: String, val target: String? = null)
Link copied to clipboard
data class GetMachineExtensionResult(val autoUpgradeMinorVersion: Boolean? = null, val forceUpdateTag: String? = null, val id: String, val instanceView: MachineExtensionPropertiesResponseInstanceView? = null, val location: String, val name: String, val protectedSettings: Any? = null, val provisioningState: String, val publisher: String? = null, val settings: Any? = null, val tags: Map<String, String>? = null, val type: String, val typeHandlerVersion: String? = null)
Describes a Machine Extension.
Link copied to clipboard
data class GetMachineResult(val adFqdn: String, val agentVersion: String, val clientPublicKey: String? = null, val displayName: String, val dnsFqdn: String, val domainName: String, val errorDetails: List<ErrorDetailResponse>, val extensions: List<MachineExtensionInstanceViewResponse>, val id: String, val identity: MachineResponseIdentity? = null, val lastStatusChange: String, val location: String, val locationData: LocationDataResponse? = null, val machineFqdn: String, val name: String, val osName: String, val osProfile: MachinePropertiesResponseOsProfile? = null, val osSku: String, val osVersion: String, val provisioningState: String, val status: String, val tags: Map<String, String>? = null, val type: String, val vmId: String? = null, val vmUuid: String)
Describes a hybrid machine.
Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val id: String, val name: String, val properties: PrivateEndpointConnectionPropertiesResponse, val systemData: SystemDataResponse, val type: String)
A private endpoint connection
Link copied to clipboard
Link copied to clipboard
data class GetPrivateLinkScopeResult(val id: String, val location: String, val name: String, val properties: HybridComputePrivateLinkScopePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
An Azure Arc PrivateLinkScope definition.
Link copied to clipboard
data class HybridComputePrivateLinkScopePropertiesResponse(val privateLinkScopeId: String, val provisioningState: String, val publicNetworkAccess: String? = null)
Properties that define a Azure Arc PrivateLinkScope resource.
Link copied to clipboard
data class LocationDataResponse(val city: String? = null, val countryOrRegion: String? = null, val district: String? = null, val name: String)
Metadata pertaining to the geographic location of the resource.
Link copied to clipboard
data class MachineExtensionInstanceViewResponse(val name: String, val status: MachineExtensionInstanceViewResponseStatus? = null, val type: String, val typeHandlerVersion: String)
Describes the Machine Extension Instance View.
Link copied to clipboard
Link copied to clipboard
data class MachineExtensionPropertiesResponseInstanceView(val name: String, val status: MachineExtensionInstanceViewResponseStatus? = null, val type: String, val typeHandlerVersion: String)
The machine extension instance view.
Link copied to clipboard
Specifies the operating system settings for the hybrid machine.
Link copied to clipboard
data class MachineResponseIdentity(val principalId: String, val tenantId: String, val type: String? = null)
Link copied to clipboard
data class PrivateEndpointConnectionPropertiesResponse(val privateEndpoint: PrivateEndpointPropertyResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStatePropertyResponse? = null, val provisioningState: String)
Properties of a private endpoint connection.
Link copied to clipboard
Private endpoint which the connection belongs to.
Link copied to clipboard
data class PrivateLinkServiceConnectionStatePropertyResponse(val actionsRequired: String, val description: String, val status: String)
State of the private endpoint connection.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.