Package-level declarations

Types

Link copied to clipboard
data class GetMachineExtensionPlainArgs(val extensionName: String, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetMachineExtensionPlainArgs>
Link copied to clipboard
data class GetMachinePlainArgs(val expand: String? = null, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetMachinePlainArgs>
Link copied to clipboard
data class GetPrivateEndpointConnectionPlainArgs(val privateEndpointConnectionName: String, val resourceGroupName: String, val scopeName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>
Link copied to clipboard
data class GetPrivateLinkScopedResourcePlainArgs(val name: String, val resourceGroupName: String, val scopeName: String) : ConvertibleToJava<GetPrivateLinkScopedResourcePlainArgs>
Link copied to clipboard
data class GetPrivateLinkScopePlainArgs(val resourceGroupName: String, val scopeName: String) : ConvertibleToJava<GetPrivateLinkScopePlainArgs>
data class HybridComputePrivateLinkScopePropertiesArgs(val publicNetworkAccess: Output<Either<String, PublicNetworkAccessType>>? = null) : ConvertibleToJava<HybridComputePrivateLinkScopePropertiesArgs>

Properties that define a Azure Arc PrivateLinkScope resource.

Link copied to clipboard
data class LocationDataArgs(val city: Output<String>? = null, val countryOrRegion: Output<String>? = null, val district: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<LocationDataArgs>

Metadata pertaining to the geographic location of the resource.

Link copied to clipboard
Link copied to clipboard
data class MachineIdentityArgs(val type: Output<String>? = null) : ConvertibleToJava<MachineIdentityArgs>
Link copied to clipboard
data class PrivateEndpointConnectionPropertiesArgs(val privateEndpoint: Output<PrivateEndpointPropertyArgs>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStatePropertyArgs>? = null) : ConvertibleToJava<PrivateEndpointConnectionPropertiesArgs>

Properties of a private endpoint connection.

Link copied to clipboard
data class PrivateEndpointPropertyArgs(val id: Output<String>? = null) : ConvertibleToJava<PrivateEndpointPropertyArgs>

Private endpoint which the connection belongs to.

data class PrivateLinkServiceConnectionStatePropertyArgs(val description: Output<String>, val status: Output<String>) : ConvertibleToJava<PrivateLinkServiceConnectionStatePropertyArgs>

State of the private endpoint connection.