InstallScriptType Struct

Definition

Type of the install script. Serialized Name: InstallScriptType

public readonly struct InstallScriptType : IEquatable<Azure.ResourceManager.AppService.Models.InstallScriptType>
type InstallScriptType = struct
Public Structure InstallScriptType
Implements IEquatable(Of InstallScriptType)
Inheritance
InstallScriptType
Implements

Constructors

Name Description
InstallScriptType(String)

Initializes a new instance of InstallScriptType.

Properties

Name Description
PlatformStorage

PlatformStorage Serialized Name: InstallScriptType.PlatformStorage

RemoteAzureBlob

RemoteAzureBlob Serialized Name: InstallScriptType.RemoteAzureBlob

Methods

Name Description
Equals(InstallScriptType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(InstallScriptType, InstallScriptType)

Determines if two InstallScriptType values are the same.

Implicit(String to InstallScriptType)

Converts a String to a InstallScriptType.

Inequality(InstallScriptType, InstallScriptType)

Determines if two InstallScriptType values are not the same.

Applies to