GetAPICollectionPlainArgs

data class GetAPICollectionPlainArgs(val apiCollectionId: String, val resourceGroupName: String, val serviceName: String) : ConvertibleToJava<GetAPICollectionPlainArgs>

Constructors

Link copied to clipboard
constructor(apiCollectionId: String, resourceGroupName: String, serviceName: String)

Properties

Link copied to clipboard

A string representing the apiCollections resource within the Microsoft.Security provider namespace. This string matches the Azure API Management API name.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the API Management service.

Functions

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