你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Transform Struct

Definition

Describes what transforms are applied before matching

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

Fields

Lowercase
RemoveNulls
Trim
Uppercase
UrlDecode
UrlEncode

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 Transform (override for Object)

Equals(Transform)

Compares values of enum type Transform

GetHashCode()

Returns hashCode for enum Transform

ToString()

Returns string representation for Transform

Operators

Equality(Transform, Transform)

Overriding == operator for enum Transform

Implicit(String to Transform)

Implicit operator to convert string to Transform

Implicit(Transform to String)

Implicit operator to convert Transform to string

Inequality(Transform, Transform)

Overriding != operator for enum Transform

Applies to