Share via


NetworkIntentPolicyBasedService Struct

Definition

Network intent policy based services.

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

Constructors

NetworkIntentPolicyBasedService(String)

Initializes a new instance of NetworkIntentPolicyBasedService.

Properties

All

All.

AllowRulesOnly

AllowRulesOnly.

None

None.

Methods

Equals(NetworkIntentPolicyBasedService)

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

Determines if two NetworkIntentPolicyBasedService values are the same.

Implicit(String to NetworkIntentPolicyBasedService)

Converts a string to a NetworkIntentPolicyBasedService.

Inequality(NetworkIntentPolicyBasedService, NetworkIntentPolicyBasedService)

Determines if two NetworkIntentPolicyBasedService values are not the same.

Applies to