Share via


CidrAdvertisingGeoCode Struct

Definition

The Geo for CIDR advertising. Should be an Geo code.

public readonly struct CidrAdvertisingGeoCode : IEquatable<Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode>
type CidrAdvertisingGeoCode = struct
Public Structure CidrAdvertisingGeoCode
Implements IEquatable(Of CidrAdvertisingGeoCode)
Inheritance
CidrAdvertisingGeoCode
Implements

Constructors

CidrAdvertisingGeoCode(String)

Initializes a new instance of CidrAdvertisingGeoCode.

Properties

Afri

AFRI.

Apac

APAC.

AQ

AQ.

Euro

EURO.

Global

GLOBAL.

Latam

LATAM.

ME

ME.

Nam

NAM.

Oceania

OCEANIA.

Methods

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

Equality(CidrAdvertisingGeoCode, CidrAdvertisingGeoCode)

Determines if two CidrAdvertisingGeoCode values are the same.

Implicit(String to CidrAdvertisingGeoCode)

Converts a string to a CidrAdvertisingGeoCode.

Inequality(CidrAdvertisingGeoCode, CidrAdvertisingGeoCode)

Determines if two CidrAdvertisingGeoCode values are not the same.

Applies to