toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.migrate.kotlin.inputs
/
ScopeArgs
Scope
Args
data
class
ScopeArgs
(
val
azureResourceGraphQuery
:
Output
<
String
>
?
=
null
,
val
scopeType
:
Output
<
Either
<
String
,
ScopeType
>
>
?
=
null
,
val
serverGroupId
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ScopeArgs
>
Scope of the assessment.
Members
Constructors
Scope
Args
Link copied to clipboard
constructor
(
azureResourceGraphQuery
:
Output
<
String
>
?
=
null
,
scopeType
:
Output
<
Either
<
String
,
ScopeType
>
>
?
=
null
,
serverGroupId
:
Output
<
String
>
?
=
null
)
Properties
azure
Resource
Graph
Query
Link copied to clipboard
val
azureResourceGraphQuery
:
Output
<
String
>
?
=
null
The ARG query.
scope
Type
Link copied to clipboard
val
scopeType
:
Output
<
Either
<
String
,
ScopeType
>
>
?
=
null
The scope type
server
Group
Id
Link copied to clipboard
val
serverGroupId
:
Output
<
String
>
?
=
null
The server group arm id.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ScopeArgs