Compartir a través de


AdvertiseToFabric Struct

Definition

The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.

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

Constructors

Name Description
AdvertiseToFabric(String)

Initializes a new instance of AdvertiseToFabric.

Properties

Name Description
False

False.

True

True.

Methods

Name Description
Equals(AdvertiseToFabric)

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(AdvertiseToFabric, AdvertiseToFabric)

Determines if two AdvertiseToFabric values are the same.

Implicit(String to AdvertiseToFabric)

Converts a String to a AdvertiseToFabric.

Inequality(AdvertiseToFabric, AdvertiseToFabric)

Determines if two AdvertiseToFabric values are not the same.

Applies to