TransportAvailabilityDetails Constructors
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.
Overloads
TransportAvailabilityDetails() |
Initializes a new instance of the TransportAvailabilityDetails class. |
TransportAvailabilityDetails(Nullable<TransportShipmentTypes>) |
Initializes a new instance of the TransportAvailabilityDetails class. |
TransportAvailabilityDetails()
Initializes a new instance of the TransportAvailabilityDetails class.
public TransportAvailabilityDetails ();
Public Sub New ()
Applies to
TransportAvailabilityDetails(Nullable<TransportShipmentTypes>)
Initializes a new instance of the TransportAvailabilityDetails class.
public TransportAvailabilityDetails (Microsoft.Azure.Management.DataBox.Models.TransportShipmentTypes? shipmentType = default);
new Microsoft.Azure.Management.DataBox.Models.TransportAvailabilityDetails : Nullable<Microsoft.Azure.Management.DataBox.Models.TransportShipmentTypes> -> Microsoft.Azure.Management.DataBox.Models.TransportAvailabilityDetails
Public Sub New (Optional shipmentType As Nullable(Of TransportShipmentTypes) = Nothing)
Parameters
- shipmentType
- Nullable<TransportShipmentTypes>
Transport Shipment Type supported for given region. Possible values include: 'CustomerManaged', 'MicrosoftManaged'
Applies to
Azure SDK for .NET