Sdílet prostřednictvím


AppPlatformServiceTestKeyType Struct

Definition

Type of the test key.

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

Constructors

AppPlatformServiceTestKeyType(String)

Initializes a new instance of AppPlatformServiceTestKeyType.

Properties

Primary

Primary.

Secondary

Secondary.

Methods

Equals(AppPlatformServiceTestKeyType)

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

Determines if two AppPlatformServiceTestKeyType values are the same.

Implicit(String to AppPlatformServiceTestKeyType)

Converts a string to a AppPlatformServiceTestKeyType.

Inequality(AppPlatformServiceTestKeyType, AppPlatformServiceTestKeyType)

Determines if two AppPlatformServiceTestKeyType values are not the same.

Applies to