Udostępnij przez


EdgeActionVersionDeploymentType Struct

Definition

The deployment type for edge action versions.

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

Constructors

Name Description
EdgeActionVersionDeploymentType(String)

Initializes a new instance of EdgeActionVersionDeploymentType.

Properties

Name Description
File

Single file deployment.

Others

Other deployment types.

Zip

ZIP file deployment.

Methods

Name Description
Equals(EdgeActionVersionDeploymentType)

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(EdgeActionVersionDeploymentType, EdgeActionVersionDeploymentType)

Determines if two EdgeActionVersionDeploymentType values are the same.

Implicit(String to EdgeActionVersionDeploymentType)

Converts a string to a EdgeActionVersionDeploymentType.

Implicit(String to Nullable<EdgeActionVersionDeploymentType>)
Inequality(EdgeActionVersionDeploymentType, EdgeActionVersionDeploymentType)

Determines if two EdgeActionVersionDeploymentType values are not the same.

Applies to