Compartir a través de


TemplateParameterType Estructura

Definición

Tipos de datos permitidos para Resource Manager parámetros de plantilla.

public readonly struct TemplateParameterType : IEquatable<Azure.ResourceManager.Blueprint.Models.TemplateParameterType>
type TemplateParameterType = struct
Public Structure TemplateParameterType
Implements IEquatable(Of TemplateParameterType)
Herencia
TemplateParameterType
Implementaciones

Constructores

TemplateParameterType(String)

Inicializa una nueva instancia de la clase TemplateParameterType.

Propiedades

Array

.

Bool

Bool.

Int

Int.

Object

objeto.

SecureObject

secureObject.

SecureString

secureString.

String

cadena.

Métodos

Equals(TemplateParameterType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(TemplateParameterType, TemplateParameterType)

Determina si dos TemplateParameterType valores son iguales.

Implicit(String to TemplateParameterType)

Convierte una cadena en un TemplateParameterType.

Inequality(TemplateParameterType, TemplateParameterType)

Determina si dos TemplateParameterType valores no son los mismos.

Se aplica a