TransportAvailabilityResponse 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
TransportAvailabilityResponse() |
Initializes a new instance of the TransportAvailabilityResponse class. |
TransportAvailabilityResponse(IList<TransportAvailabilityDetails>) |
Initializes a new instance of the TransportAvailabilityResponse class. |
TransportAvailabilityResponse()
Initializes a new instance of the TransportAvailabilityResponse class.
public TransportAvailabilityResponse ();
Public Sub New ()
Applies to
TransportAvailabilityResponse(IList<TransportAvailabilityDetails>)
Initializes a new instance of the TransportAvailabilityResponse class.
public TransportAvailabilityResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.TransportAvailabilityDetails> transportAvailabilityDetails = default);
new Microsoft.Azure.Management.DataBox.Models.TransportAvailabilityResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.TransportAvailabilityDetails> -> Microsoft.Azure.Management.DataBox.Models.TransportAvailabilityResponse
Public Sub New (Optional transportAvailabilityDetails As IList(Of TransportAvailabilityDetails) = Nothing)
Parameters
- transportAvailabilityDetails
- IList<TransportAvailabilityDetails>
List of transport availability details for given region
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET