PublicAccess Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether data in the container may be accessed publicly and the level of access.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccessTypeConverter))]
public struct PublicAccess : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccessTypeConverter))>]
type PublicAccess = struct
interface IArgumentCompleter
Public Structure PublicAccess
Implements IArgumentCompleter, IEquatable(Of PublicAccess)
- Inheritance
-
PublicAccess
- Attributes
- Implements
Fields
Blob | |
Container | |
None |
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 PublicAccess (override for Object) |
Equals(PublicAccess) |
Compares values of enum type PublicAccess |
GetHashCode() |
Returns hashCode for enum PublicAccess |
ToString() |
Returns string representation for PublicAccess |
Operators
Equality(PublicAccess, PublicAccess) |
Overriding == operator for enum PublicAccess |
Implicit(PublicAccess to String) |
Implicit operator to convert PublicAccess to string |
Implicit(String to PublicAccess) |
Implicit operator to convert string to PublicAccess |
Inequality(PublicAccess, PublicAccess) |
Overriding != operator for enum PublicAccess |