Package version:

Interface ReservationPropertiesBaseResourceProperties

Properties of a Reservation resource.

interface ReservationPropertiesBaseResourceProperties {
    marketplace: MarketplaceDetails;
    provisioningState?: string;
    reservationInternalId?: string;
    user: UserDetails;
}

Properties

marketplace: MarketplaceDetails

Marketplace details

provisioningState?: string

Provisioning state of the resource

reservationInternalId?: string

Pure Storage's internal ID for the reservation

User details