IAvailabilityCollection.ById(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the operations tied with a specific availability.
public Microsoft.Store.PartnerCenter.Products.IAvailability ById (string availabilityId);
abstract member ById : string -> Microsoft.Store.PartnerCenter.Products.IAvailability
Public Function ById (availabilityId As String) As IAvailability
Parameters
- availabilityId
- String
The availability id.
Returns
The availability operations.