Udostępnij za pośrednictwem


SapConfigurationType Struct

Definition

The configuration Type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapConfigurationTypeTypeConverter))]
public struct SapConfigurationType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapConfigurationType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapConfigurationTypeTypeConverter))>]
type SapConfigurationType = struct
    interface IArgumentCompleter
Public Structure SapConfigurationType
Implements IArgumentCompleter, IEquatable(Of SapConfigurationType)
Inheritance
SapConfigurationType
Attributes
Implements

Fields

Deployment
DeploymentWithOSConfig
Discovery

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type SapConfigurationType (override for Object)

Equals(SapConfigurationType)

Compares values of enum type SapConfigurationType

GetHashCode()

Returns hashCode for enum SapConfigurationType

ToString()

Returns string representation for SapConfigurationType

Operators

Equality(SapConfigurationType, SapConfigurationType)

Overriding == operator for enum SapConfigurationType

Implicit(SapConfigurationType to String)

Implicit operator to convert SapConfigurationType to string

Implicit(String to SapConfigurationType)

Implicit operator to convert string to SapConfigurationType

Inequality(SapConfigurationType, SapConfigurationType)

Overriding != operator for enum SapConfigurationType

Applies to