NetworkFabricControllerCollection Class

Definition

A class representing a collection of NetworkFabricControllerResource and their operations. Each NetworkFabricControllerResource in the collection will belong to the same instance of ResourceGroupResource. To get a NetworkFabricControllerCollection instance call the GetNetworkFabricControllers method from an instance of ResourceGroupResource.

public class NetworkFabricControllerCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricControllerResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricControllerResource>
type NetworkFabricControllerCollection = class
    inherit ArmCollection
    interface seq<NetworkFabricControllerResource>
    interface IEnumerable
    interface IAsyncEnumerable<NetworkFabricControllerResource>
Public Class NetworkFabricControllerCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of NetworkFabricControllerResource), IEnumerable(Of NetworkFabricControllerResource)
Inheritance
NetworkFabricControllerCollection
Implements

Constructors

NetworkFabricControllerCollection()

Initializes a new instance of the NetworkFabricControllerCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, NetworkFabricControllerData, CancellationToken)

Creates a Network Fabric Controller.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}
  • Operation Id: NetworkFabricControllers_Create
CreateOrUpdateAsync(WaitUntil, String, NetworkFabricControllerData, CancellationToken)

Creates a Network Fabric Controller.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}
  • Operation Id: NetworkFabricControllers_Create
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}
  • Operation Id: NetworkFabricControllers_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}
  • Operation Id: NetworkFabricControllers_Get
Get(String, CancellationToken)

Shows the provisioning status of Network Fabric Controller.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}
  • Operation Id: NetworkFabricControllers_Get
GetAll(CancellationToken)

Lists all the NetworkFabricControllers thats available in the resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers
  • Operation Id: NetworkFabricControllers_ListByResourceGroup
GetAllAsync(CancellationToken)

Lists all the NetworkFabricControllers thats available in the resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers
  • Operation Id: NetworkFabricControllers_ListByResourceGroup
GetAsync(String, CancellationToken)

Shows the provisioning status of Network Fabric Controller.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}
  • Operation Id: NetworkFabricControllers_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}
  • Operation Id: NetworkFabricControllers_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}
  • Operation Id: NetworkFabricControllers_Get
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<NetworkFabricControllerResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<NetworkFabricControllerResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to