ArmRecoveryServicesSiteRecoveryModelFactory.A2AEventDetails 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 A2AEventDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AEventDetails A2AEventDetails (string protectedItemName = default, Azure.Core.ResourceIdentifier fabricObjectId = default, string fabricName = default, Azure.Core.AzureLocation? fabricLocation = default, string remoteFabricName = default, Azure.Core.AzureLocation? remoteFabricLocation = default);
static member A2AEventDetails : string * Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.AzureLocation> * string * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AEventDetails
Public Shared Function A2AEventDetails (Optional protectedItemName As String = Nothing, Optional fabricObjectId As ResourceIdentifier = Nothing, Optional fabricName As String = Nothing, Optional fabricLocation As Nullable(Of AzureLocation) = Nothing, Optional remoteFabricName As String = Nothing, Optional remoteFabricLocation As Nullable(Of AzureLocation) = Nothing) As A2AEventDetails
Parâmetros
- protectedItemName
- String
O nome do braço do item protegido.
- fabricObjectId
- ResourceIdentifier
A ID do arm da vm do azure.
- fabricName
- String
Nome do braço de malha.
- fabricLocation
- Nullable<AzureLocation>
O local da malha.
- remoteFabricName
- String
Nome do braço de malha remota.
- remoteFabricLocation
- Nullable<AzureLocation>
Local da malha remota.
Retornos
Uma nova A2AEventDetails instância para simulação.