DevOpsInfrastructureResourceType Struct

Definition

The type of resource.

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

Constructors

Name Description
DevOpsInfrastructureResourceType(String)

Initializes a new instance of DevOpsInfrastructureResourceType.

Properties

Name Description
MicrosoftDevOpsInfrastructurePools

DevOpsInfrastructure pool resource.

Methods

Name Description
Equals(DevOpsInfrastructureResourceType)

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

Determines if two DevOpsInfrastructureResourceType values are the same.

Implicit(String to DevOpsInfrastructureResourceType)

Converts a string to a DevOpsInfrastructureResourceType.

Implicit(String to Nullable<DevOpsInfrastructureResourceType>)
Inequality(DevOpsInfrastructureResourceType, DevOpsInfrastructureResourceType)

Determines if two DevOpsInfrastructureResourceType values are not the same.

Applies to