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

ResourceUsageUnit Struct

Definition

Unit of the usage. e.g. count.

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

Fields

Count

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

Equals(ResourceUsageUnit)

Compares values of enum type ResourceUsageUnit

GetHashCode()

Returns hashCode for enum ResourceUsageUnit

ToString()

Returns string representation for ResourceUsageUnit

Operators

Equality(ResourceUsageUnit, ResourceUsageUnit)

Overriding == operator for enum ResourceUsageUnit

Implicit(ResourceUsageUnit to String)

Implicit operator to convert ResourceUsageUnit to string

Implicit(String to ResourceUsageUnit)

Implicit operator to convert string to ResourceUsageUnit

Inequality(ResourceUsageUnit, ResourceUsageUnit)

Overriding != operator for enum ResourceUsageUnit

Applies to