Condividi tramite


ServiceType Struct

Definition

Name of the service.

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

Constructors

Name Description
ServiceType(String)

Initializes a new instance of ServiceType.

Properties

Name Description
Inbound

Inbound.

InboundOutbound

InboundOutbound.

Outbound

Outbound.

Methods

Name Description
Equals(ServiceType)

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

Determines if two ServiceType values are the same.

Implicit(String to ServiceType)

Converts a String to a ServiceType.

Inequality(ServiceType, ServiceType)

Determines if two ServiceType values are not the same.

Applies to