Skip to content

Update Get-PureOneArray to return custom object type #57

@codyhosterman

Description

@codyhosterman

Update function to return custom object (pureonearray)

class PureOneResource
{
  [string] $id
  [string] $name
  [string] $resource_type
}
class PureOneArray : PureOneResource {
  [string] $fqdn
  [string] $resource_type = "arrays"
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions