Condividi tramite


ReachabilityAnalysisIntentCollection Class

Definition

A class representing a collection of ReachabilityAnalysisIntentResource and their operations. Each ReachabilityAnalysisIntentResource in the collection will belong to the same instance of NetworkVerifierWorkspaceResource. To get a ReachabilityAnalysisIntentCollection instance call the GetReachabilityAnalysisIntents method from an instance of NetworkVerifierWorkspaceResource.

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

Constructors

ReachabilityAnalysisIntentCollection()

Initializes a new instance of the ReachabilityAnalysisIntentCollection 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, ReachabilityAnalysisIntentData, CancellationToken)

Creates Reachability Analysis Intent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/verifierWorkspaces/{workspaceName}/reachabilityAnalysisIntents/{reachabilityAnalysisIntentName}
  • Operation Id: ReachabilityAnalysisIntents_Create
  • Default Api Version: 2024-05-01
  • Resource: ReachabilityAnalysisIntentResource
CreateOrUpdateAsync(WaitUntil, String, ReachabilityAnalysisIntentData, CancellationToken)

Creates Reachability Analysis Intent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/verifierWorkspaces/{workspaceName}/reachabilityAnalysisIntents/{reachabilityAnalysisIntentName}
  • Operation Id: ReachabilityAnalysisIntents_Create
  • Default Api Version: 2024-05-01
  • Resource: ReachabilityAnalysisIntentResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/verifierWorkspaces/{workspaceName}/reachabilityAnalysisIntents/{reachabilityAnalysisIntentName}
  • Operation Id: ReachabilityAnalysisIntents_Get
  • Default Api Version: 2024-05-01
  • Resource: ReachabilityAnalysisIntentResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/verifierWorkspaces/{workspaceName}/reachabilityAnalysisIntents/{reachabilityAnalysisIntentName}
  • Operation Id: ReachabilityAnalysisIntents_Get
  • Default Api Version: 2024-05-01
  • Resource: ReachabilityAnalysisIntentResource
Get(String, CancellationToken)

Get the Reachability Analysis Intent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/verifierWorkspaces/{workspaceName}/reachabilityAnalysisIntents/{reachabilityAnalysisIntentName}
  • Operation Id: ReachabilityAnalysisIntents_Get
  • Default Api Version: 2024-05-01
  • Resource: ReachabilityAnalysisIntentResource
GetAll(String, Nullable<Int32>, Nullable<Int32>, String, String, CancellationToken)

Gets list of Reachability Analysis Intents .

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/verifierWorkspaces/{workspaceName}/reachabilityAnalysisIntents
  • Operation Id: ReachabilityAnalysisIntents_List
  • Default Api Version: 2024-05-01
  • Resource: ReachabilityAnalysisIntentResource
GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, String, String, CancellationToken)

Gets list of Reachability Analysis Intents .

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/verifierWorkspaces/{workspaceName}/reachabilityAnalysisIntents
  • Operation Id: ReachabilityAnalysisIntents_List
  • Default Api Version: 2024-05-01
  • Resource: ReachabilityAnalysisIntentResource
GetAsync(String, CancellationToken)

Get the Reachability Analysis Intent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/verifierWorkspaces/{workspaceName}/reachabilityAnalysisIntents/{reachabilityAnalysisIntentName}
  • Operation Id: ReachabilityAnalysisIntents_Get
  • Default Api Version: 2024-05-01
  • Resource: ReachabilityAnalysisIntentResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/verifierWorkspaces/{workspaceName}/reachabilityAnalysisIntents/{reachabilityAnalysisIntentName}
  • Operation Id: ReachabilityAnalysisIntents_Get
  • Default Api Version: 2024-05-01
  • Resource: ReachabilityAnalysisIntentResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/verifierWorkspaces/{workspaceName}/reachabilityAnalysisIntents/{reachabilityAnalysisIntentName}
  • Operation Id: ReachabilityAnalysisIntents_Get
  • Default Api Version: 2024-05-01
  • Resource: ReachabilityAnalysisIntentResource
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<ReachabilityAnalysisIntentResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ReachabilityAnalysisIntentResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to