CloudMachine 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
CloudMachine(Stream) |
Loads CloudMachine settings from stream. |
CloudMachine(String) |
Loads CloudMachine settings from configurationFile |
CloudMachine(Stream)
- Source:
- CloudMachine.cs
Loads CloudMachine settings from stream.
public CloudMachine (System.IO.Stream configurationContent);
new Azure.CloudMachine : System.IO.Stream -> Azure.CloudMachine
Public Sub New (configurationContent As Stream)
Parameters
- configurationContent
- Stream
Exceptions
Azure.CloudMachine.InvalidCloudMachineConfigurationException
Applies to
CloudMachine(String)
- Source:
- CloudMachine.cs
Loads CloudMachine settings from configurationFile
public CloudMachine (string? configurationFile = default);
new Azure.CloudMachine : string -> Azure.CloudMachine
Public Sub New (Optional configurationFile As String = Nothing)
Parameters
- configurationFile
- String
Default value is .azure\cloudmachine.json
Exceptions
Azure.CloudMachine.InvalidCloudMachineConfigurationException
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET