toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin.inputs
/
ApplicationSecurityGroupArgs
Application
Security
Group
Args
data
class
ApplicationSecurityGroupArgs
(
val
id
:
Output
<
String
>
?
=
null
,
val
location
:
Output
<
String
>
?
=
null
,
val
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)
:
ConvertibleToJava
<
ApplicationSecurityGroupArgs
>
An application security group in a resource group.
Members
Constructors
Application
Security
Group
Args
Link copied to clipboard
constructor
(
id
:
Output
<
String
>
?
=
null
,
location
:
Output
<
String
>
?
=
null
,
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
Output
<
String
>
?
=
null
Resource ID.
location
Link copied to clipboard
val
location
:
Output
<
String
>
?
=
null
Resource location.
tags
Link copied to clipboard
val
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
Resource tags.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ApplicationSecurityGroupArgs