GetNetworkServiceDesignVersionPlainArgs

data class GetNetworkServiceDesignVersionPlainArgs(val networkServiceDesignGroupName: String, val networkServiceDesignVersionName: String, val publisherName: String, val resourceGroupName: String) : ConvertibleToJava<GetNetworkServiceDesignVersionPlainArgs>

Constructors

Link copied to clipboard
constructor(networkServiceDesignGroupName: String, networkServiceDesignVersionName: String, publisherName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the network service design group.

Link copied to clipboard

The name of the network service design version. The name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.

Link copied to clipboard

The name of the publisher.

Link copied to clipboard

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

Functions

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