TableSasIPRange 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.
Represents a range of allowed IP addresses for constructing a Shared Access Signature.
public readonly struct TableSasIPRange : IEquatable<Azure.Data.Tables.Sas.TableSasIPRange>
type TableSasIPRange = struct
Public Structure TableSasIPRange
Implements IEquatable(Of TableSasIPRange)
- Inheritance
-
TableSasIPRange
- Implements
Constructors
TableSasIPRange(IPAddress, IPAddress) |
Creates a new TableSasIPRange. |
Properties
End |
Gets the optional end of the IP range. Not specified if equal to null or None. |
Start |
Gets the start of the IP range. Not specified if equal to null or None. |
Methods
Equals(TableSasIPRange) |
Check if two TableSasIPRange instances are equal. |
Parse(String) |
Parse an IP range string into a new TableSasIPRange. |
ToString() |
Creates a string representation of an TableSasIPRange. |
Operators
Equality(TableSasIPRange, TableSasIPRange) |
Check if two TableSasIPRange instances are equal. |
Inequality(TableSasIPRange, TableSasIPRange) |
Check if two TableSasIPRange instances are not equal. |
Applies to
Azure SDK for .NET