ArmManagedNetworkFabricModelFactory.NetworkDeviceRwCommandResponseProperties 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 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.