Compartilhar via


Membros ActivityParameter

Definition of the activity parameter.

As tabelas a seguir listam os membros expostos pelo tipo ActivityParameter.

Público Construtores

  Nome Descrição
  ActivityParameter Initializes a new instance of the ActivityParameter class.

Início

Público Propriedades

  Nome Descrição
IsDynamic Optional. Gets or sets a Boolean value that indicates true if the parameter is dynamic.
IsMandatory Optional. Gets or sets a Boolean value that indicates true if the parameter is required. If the value is false, the parameter is optional.
Name Optional. Gets or sets the name of the activity parameter.
Position Optional. Gets or sets the position of the activity parameter.
Type Optional. Gets or sets the type of the activity parameter.
ValueFromPipeline Optional. Gets or sets a Boolean value that indicates true if the parameter can take values from the incoming pipeline objects. This setting is used if the cmdlet must access the complete input object. false indicates that the parameter cannot take values from the complete input object.
ValueFromPipelineByPropertyName Optional. Gets or sets a Boolean value that indicates true if the parameter can be filled from a property of the incoming pipeline object that has the same name as this parameter. false indicates that the parameter cannot be filled from the incoming pipeline object property with the same name.
ValueFromRemainingArguments Optional. Gets or sets a Boolean value that indicates true if the cmdlet parameter accepts all the remaining command-line arguments that are associated with this parameter in the form of an array. false if the cmdlet parameter does not accept all the remaining argument values.

Início

Público Métodos

(consulte tambémProtegido Métodos)

  Nome Descrição
Equals  (Herança de Object)
GetHashCode  (Herança de Object)
GetType  (Herança de Object)
ToString  (Herança de Object)

Início

Protegido Métodos

  Nome Descrição
Finalize  (Herança de Object)
MemberwiseClone  (Herança de Object)

Início

Consulte também

Referência

Classe ActivityParameter
Namespace Microsoft.WindowsAzure.Management.Automation.Models