GetSharedAccessPolicyPlainArgs

data class GetSharedAccessPolicyPlainArgs(val iothubName: String, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetSharedAccessPolicyPlainArgs>

A collection of arguments for invoking getSharedAccessPolicy.

Constructors

Link copied to clipboard
constructor(iothubName: String, name: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the IoTHub to which this Shared Access Policy belongs.

Link copied to clipboard

Specifies the name of the IotHub Shared Access Policy resource.

Link copied to clipboard

The name of the resource group under which the IotHub Shared Access Policy resource has to be created.

Functions

Link copied to clipboard
open override fun toJava(): GetSharedAccessPolicyPlainArgs