Delen via


NetworkConfigurationDeploymentType Struct

Definition

Configuration Deployment Type.

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

Constructors

NetworkConfigurationDeploymentType(String)

Initializes a new instance of NetworkConfigurationDeploymentType.

Properties

Connectivity

Connectivity.

SecurityAdmin

SecurityAdmin.

Methods

Equals(NetworkConfigurationDeploymentType)

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

Determines if two NetworkConfigurationDeploymentType values are the same.

Implicit(String to NetworkConfigurationDeploymentType)

Converts a string to a NetworkConfigurationDeploymentType.

Inequality(NetworkConfigurationDeploymentType, NetworkConfigurationDeploymentType)

Determines if two NetworkConfigurationDeploymentType values are not the same.

Applies to