ArmServiceLinkerModelFactory.LinkerValidateOperationResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of LinkerValidateOperationResult.
public static Azure.ResourceManager.ServiceLinker.Models.LinkerValidateOperationResult LinkerValidateOperationResult (Azure.Core.ResourceIdentifier resourceId = default, string status = default, string linkerName = default, bool? isConnectionAvailable = default, DateTimeOffset? reportStartOn = default, DateTimeOffset? reportEndOn = default, Azure.Core.ResourceIdentifier sourceId = default, Azure.Core.ResourceIdentifier targetId = default, Azure.ResourceManager.ServiceLinker.Models.LinkerAuthType? authType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ServiceLinker.Models.LinkerValidationResultItemInfo> validationDetail = default);
static member LinkerValidateOperationResult : Azure.Core.ResourceIdentifier * string * string * Nullable<bool> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.ServiceLinker.Models.LinkerAuthType> * seq<Azure.ResourceManager.ServiceLinker.Models.LinkerValidationResultItemInfo> -> Azure.ResourceManager.ServiceLinker.Models.LinkerValidateOperationResult
Public Shared Function LinkerValidateOperationResult (Optional resourceId As ResourceIdentifier = Nothing, Optional status As String = Nothing, Optional linkerName As String = Nothing, Optional isConnectionAvailable As Nullable(Of Boolean) = Nothing, Optional reportStartOn As Nullable(Of DateTimeOffset) = Nothing, Optional reportEndOn As Nullable(Of DateTimeOffset) = Nothing, Optional sourceId As ResourceIdentifier = Nothing, Optional targetId As ResourceIdentifier = Nothing, Optional authType As Nullable(Of LinkerAuthType) = Nothing, Optional validationDetail As IEnumerable(Of LinkerValidationResultItemInfo) = Nothing) As LinkerValidateOperationResult
Parameters
- resourceId
- ResourceIdentifier
Validated linker id.
- status
- String
Validation operation status.
- linkerName
- String
The linker name.
A boolean value indicating whether the connection is available or not.
- reportStartOn
- Nullable<DateTimeOffset>
The start time of the validation report.
- reportEndOn
- Nullable<DateTimeOffset>
The end time of the validation report.
- sourceId
- ResourceIdentifier
The resource id of the linker source application.
- targetId
- ResourceIdentifier
The resource Id of target service.
- authType
- Nullable<LinkerAuthType>
The authentication type.
- validationDetail
- IEnumerable<LinkerValidationResultItemInfo>
The detail of validation result.
Returns
A new LinkerValidateOperationResult instance for mocking.
Applies to
Azure SDK for .NET