ArmManagedNetworkFabricModelFactory.NetworkDeviceRwCommandResponseProperties Method

Definition

Initializes a new instance of NetworkDeviceRwCommandResponseProperties.

public static Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceRwCommandResponseProperties NetworkDeviceRwCommandResponseProperties(Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricConfigurationState? configurationState = default, Uri outputUri = default);
static member NetworkDeviceRwCommandResponseProperties : Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricConfigurationState> * Uri -> Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceRwCommandResponseProperties
Public Shared Function NetworkDeviceRwCommandResponseProperties (Optional configurationState As Nullable(Of NetworkFabricConfigurationState) = Nothing, Optional outputUri As Uri = Nothing) As NetworkDeviceRwCommandResponseProperties

Parameters

configurationState
Nullable<NetworkFabricConfigurationState>

Gets the configuration state.

outputUri
Uri

Predefined link containing Device Rw Command output.

Returns

A new NetworkDeviceRwCommandResponseProperties instance for mocking.

Applies to