DeployerVMPackages Class
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.
Defines the url and storage account ID where deployer VM packages are uploaded
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.DeployerVMPackagesTypeConverter))]
public class DeployerVMPackages : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.IDeployerVMPackages
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.DeployerVMPackagesTypeConverter))>]
type DeployerVMPackages = class
interface IDeployerVMPackages
interface IJsonSerializable
Public Class DeployerVMPackages
Implements IDeployerVMPackages
- Inheritance
-
DeployerVMPackages
- Attributes
- Implements
Constructors
DeployerVMPackages() |
Creates an new DeployerVMPackages instance. |
Properties
StorageAccountId |
The deployer VM packages storage account id |
Url |
The URL to the deployer VM packages file. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DeployerVMPackages. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DeployerVMPackages. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.IDeployerVMPackages. |
FromJsonString(String) |
Creates a new instance of DeployerVMPackages, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DeployerVMPackages into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |