ArmChangeAnalysisModelFactory.ChangeProperties Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de ChangeProperties.
public static Azure.ResourceManager.ChangeAnalysis.Models.ChangeProperties ChangeProperties (Azure.Core.ResourceIdentifier resourceId = default, DateTimeOffset? changeDetectedOn = default, System.Collections.Generic.IEnumerable<string> initiatedByList = default, Azure.ResourceManager.ChangeAnalysis.Models.ChangeType? changeType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ChangeAnalysis.Models.PropertyChange> propertyChanges = default);
static member ChangeProperties : Azure.Core.ResourceIdentifier * Nullable<DateTimeOffset> * seq<string> * Nullable<Azure.ResourceManager.ChangeAnalysis.Models.ChangeType> * seq<Azure.ResourceManager.ChangeAnalysis.Models.PropertyChange> -> Azure.ResourceManager.ChangeAnalysis.Models.ChangeProperties
Public Shared Function ChangeProperties (Optional resourceId As ResourceIdentifier = Nothing, Optional changeDetectedOn As Nullable(Of DateTimeOffset) = Nothing, Optional initiatedByList As IEnumerable(Of String) = Nothing, Optional changeType As Nullable(Of ChangeType) = Nothing, Optional propertyChanges As IEnumerable(Of PropertyChange) = Nothing) As ChangeProperties
Parâmetros
- resourceId
- ResourceIdentifier
A ID do recurso à qual a alteração está anexada.
- changeDetectedOn
- Nullable<DateTimeOffset>
A hora em que a alteração é detectada.
- initiatedByList
- IEnumerable<String>
A lista de identidades que podem iniciar a alteração. A identidade pode ser o nome de usuário (endereço de email) ou a ID do objeto da Entidade de Serviço.
- changeType
- Nullable<ChangeType>
O tipo da alteração.
- propertyChanges
- IEnumerable<PropertyChange>
A lista de alterações detalhadas no nível da propriedade json.
Retornos
Uma nova ChangeProperties instância para zombar.
Aplica-se a
Azure SDK for .NET