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

AccessPolicyRole Struct

Definition

A role defining the data plane operations that a principal can perform on a Time Series Insights client.

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

Fields

Contributor
Reader

Methods

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

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

Equals(AccessPolicyRole)

Compares values of enum type AccessPolicyRole

Equals(Object)

Compares values of enum type AccessPolicyRole (override for Object)

GetHashCode()

Returns hashCode for enum AccessPolicyRole

ToString()

Returns string representation for AccessPolicyRole

Operators

Equality(AccessPolicyRole, AccessPolicyRole)

Overriding == operator for enum AccessPolicyRole

Implicit(AccessPolicyRole to String)

Implicit operator to convert AccessPolicyRole to string

Implicit(String to AccessPolicyRole)

Implicit operator to convert string to AccessPolicyRole

Inequality(AccessPolicyRole, AccessPolicyRole)

Overriding != operator for enum AccessPolicyRole

Applies to