pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.apimanagement.kotlin.inputs
/
ApiLicenseArgs
Api
License
Args
data
class
ApiLicenseArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
url
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ApiLicenseArgs
>
Constructors
Functions
Properties
Constructors
Api
License
Args
Link copied to clipboard
fun
ApiLicenseArgs
(
name
:
Output
<
String
>
?
=
null
,
url
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ApiLicenseArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
The name of the license .
url
Link copied to clipboard
val
url
:
Output
<
String
>
?
=
null
Absolute URL of the license.