IUserArtifactSettings Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.UserArtifactSettingsTypeConverter))]
public interface IUserArtifactSettings : Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.UserArtifactSettingsTypeConverter))>]
type IUserArtifactSettings = interface
interface IJsonSerializable
Public Interface IUserArtifactSettings
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ConfigFileName |
Optional. The name to assign the downloaded config file on the VM. This is limited to 4096 characters. If not specified, the config file will be named the Gallery Application name appended with "_config". |
PackageFileName |
Optional. The name to assign the downloaded package file on the VM. This is limited to 4096 characters. If not specified, the package file will be named the same as the Gallery Application name. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |