MockableManagedNetworkFabricResourceGroupResource.GetNetworkFabric 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.
Get Network Fabric resource details.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}
- Operation Id: NetworkFabrics_Get
- Default Api Version: 2023-06-15
- Resource: NetworkFabricResource
public virtual Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricResource> GetNetworkFabric(string networkFabricName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkFabric : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricResource>
override this.GetNetworkFabric : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricResource>
Public Overridable Function GetNetworkFabric (networkFabricName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkFabricResource)
Parameters
- networkFabricName
- String
Name of the Network Fabric.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
networkFabricName
is null.
networkFabricName
is an empty string, and was expected to be non-empty.