ArmManagedNetworkFabricModelFactory.ExternalNetworkUpdateBfdAdministrativeStateResult 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 ExternalNetworkUpdateBfdAdministrativeStateResult.
public static Azure.ResourceManager.ManagedNetworkFabric.Models.ExternalNetworkUpdateBfdAdministrativeStateResult ExternalNetworkUpdateBfdAdministrativeStateResult(Azure.Core.ResourceIdentifier id = default, string name = default, string status = default, double? percentComplete = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricOperationStatusResult> operations = default, Azure.ResponseError error = default, Azure.Core.ResourceIdentifier resourceId = default, Azure.ResourceManager.ManagedNetworkFabric.Models.ExternalNetworkUpdateBfdAdministrativeStateResponseProperties properties = default);
static member ExternalNetworkUpdateBfdAdministrativeStateResult : Azure.Core.ResourceIdentifier * string * string * Nullable<double> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricOperationStatusResult> * Azure.ResponseError * Azure.Core.ResourceIdentifier * Azure.ResourceManager.ManagedNetworkFabric.Models.ExternalNetworkUpdateBfdAdministrativeStateResponseProperties -> Azure.ResourceManager.ManagedNetworkFabric.Models.ExternalNetworkUpdateBfdAdministrativeStateResult
Public Shared Function ExternalNetworkUpdateBfdAdministrativeStateResult (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional status As String = Nothing, Optional percentComplete As Nullable(Of Double) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional operations As IEnumerable(Of NetworkFabricOperationStatusResult) = Nothing, Optional error As ResponseError = Nothing, Optional resourceId As ResourceIdentifier = Nothing, Optional properties As ExternalNetworkUpdateBfdAdministrativeStateResponseProperties = Nothing) As ExternalNetworkUpdateBfdAdministrativeStateResult
Parameters
Fully qualified ID for the async operation.
- name
- String
Name of the async operation.
- status
- String
Operation status.
- startOn
- Nullable<DateTimeOffset>
The start time of the operation.
- endOn
- Nullable<DateTimeOffset>
The end time of the operation.
- operations
- IEnumerable<NetworkFabricOperationStatusResult>
The operations list.
- error
- ResponseError
If present, details of the operation error.
- resourceId
- ResourceIdentifier
Fully qualified ID of the resource against which the original async operation was started.
Response properties.
Returns
A new ExternalNetworkUpdateBfdAdministrativeStateResult instance for mocking.