AssociationFilterKey
public enum AssociationFilterKey : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case instanceid = "InstanceId" -
Undocumented
Declaration
Swift
case name = "Name" -
Undocumented
Declaration
Swift
case associationid = "AssociationId" -
Undocumented
Declaration
Swift
case associationstatusname = "AssociationStatusName" -
Undocumented
Declaration
Swift
case lastexecutedbefore = "LastExecutedBefore" -
Undocumented
Declaration
Swift
case lastexecutedafter = "LastExecutedAfter" -
Undocumented
Declaration
Swift
case associationname = "AssociationName" -
Undocumented
Declaration
Swift
case resourcegroupname = "ResourceGroupName" -
Declaration
Swift
public var description: String { get }
View on GitHub
AssociationFilterKey Enumeration Reference