List User Assigned Identity Associated Resources Plain Args
data class ListUserAssignedIdentityAssociatedResourcesPlainArgs(val filter: String? = null, val orderby: String? = null, val resourceGroupName: String, val resourceName: String, val skip: Int? = null, val skiptoken: String? = null, val top: Int? = null) : ConvertibleToJava<ListUserAssignedIdentityAssociatedResourcesPlainArgs>
Constructors
Properties
Link copied to clipboard
The name of the Resource Group to which the identity belongs.
Link copied to clipboard
The name of the identity resource.
Link copied to clipboard
A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.