CidrAdvertisingGeoCode 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.
Geo code for CIDR advertising.
public readonly struct CidrAdvertisingGeoCode : IEquatable<Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode>
type CidrAdvertisingGeoCode = struct
Public Structure CidrAdvertisingGeoCode
Implements IEquatable(Of CidrAdvertisingGeoCode)
- Inheritance
-
CidrAdvertisingGeoCode
- Implements
Constructors
| Name | Description |
|---|---|
| CidrAdvertisingGeoCode(String) |
Initializes a new instance of CidrAdvertisingGeoCode. |
Properties
| Name | Description |
|---|---|
| Afri |
AFRI. |
| Apac |
APAC. |
| AQ |
AQ. |
| Euro |
EURO. |
| Global |
GLOBAL. |
| Latam |
LATAM. |
| ME |
ME. |
| Nam |
NAM. |
| Oceania |
OCEANIA. |
Methods
| Name | Description |
|---|---|
| Equals(CidrAdvertisingGeoCode) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(CidrAdvertisingGeoCode, CidrAdvertisingGeoCode) |
Compares two CidrAdvertisingGeoCode values for equality. |
| Implicit(String to CidrAdvertisingGeoCode) |
Converts a string to a CidrAdvertisingGeoCode. |
| Implicit(String to Nullable<CidrAdvertisingGeoCode>) | |
| Inequality(CidrAdvertisingGeoCode, CidrAdvertisingGeoCode) |
Compares two CidrAdvertisingGeoCode values for inequality. |