Location 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.
Location in which the Resources needs to be reserved. It cannot be changed after the resource has been created.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.LocationTypeConverter))]
public struct Location : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.Location>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.LocationTypeConverter))>]
type Location = struct
interface IArgumentCompleter
Public Structure Location
Implements IArgumentCompleter, IEquatable(Of Location)
- Inheritance
-
Location
- Attributes
- Implements
Fields
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Location) |
Compares values of enum type Location |
Equals(Object) |
Compares values of enum type Location (override for Object) |
GetHashCode() |
Returns hashCode for enum Location |
ToString() |
Returns string representation for Location |
Operators
Equality(Location, Location) |
Overriding == operator for enum Location |
Implicit(Location to String) |
Implicit operator to convert Location to string |
Implicit(String to Location) |
Implicit operator to convert string to Location |
Inequality(Location, Location) |
Overriding != operator for enum Location |