Share via


ManagedNetworkExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.ManagedNetwork.

public static class ManagedNetworkExtensions
type ManagedNetworkExtensions = class
Public Module ManagedNetworkExtensions
Inheritance
ManagedNetworkExtensions

Methods

GetManagedNetwork(ResourceGroupResource, String, CancellationToken)

The Get ManagedNetworks operation gets a Managed Network Resource, specified by the resource group and Managed Network name

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}
  • Operation Id: ManagedNetworks_Get
  • Default Api Version: 2019-06-01-preview
  • Resource: ManagedNetworkResource
<item>MockingTo mock this method, please mock GetManagedNetwork(String, CancellationToken) instead.</item>
GetManagedNetworkAsync(ResourceGroupResource, String, CancellationToken)

The Get ManagedNetworks operation gets a Managed Network Resource, specified by the resource group and Managed Network name

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}
  • Operation Id: ManagedNetworks_Get
  • Default Api Version: 2019-06-01-preview
  • Resource: ManagedNetworkResource
<item>MockingTo mock this method, please mock GetManagedNetworkAsync(String, CancellationToken) instead.</item>
GetManagedNetworkGroupResource(ArmClient, ResourceIdentifier)

Gets an object representing a ManagedNetworkGroupResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ManagedNetworkGroupResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetManagedNetworkGroupResource(ResourceIdentifier) instead.</item>

GetManagedNetworkPeeringPolicyResource(ArmClient, ResourceIdentifier)

Gets an object representing a ManagedNetworkPeeringPolicyResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ManagedNetworkPeeringPolicyResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetManagedNetworkPeeringPolicyResource(ResourceIdentifier) instead.</item>

GetManagedNetworkResource(ArmClient, ResourceIdentifier)

Gets an object representing a ManagedNetworkResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ManagedNetworkResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetManagedNetworkResource(ResourceIdentifier) instead.</item>

GetManagedNetworks(ResourceGroupResource)

Gets a collection of ManagedNetworkResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetManagedNetworks() instead.</item>

GetManagedNetworks(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

The ListBySubscription ManagedNetwork operation retrieves all the Managed Network Resources in the current subscription in a paginated format.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworks
  • Operation Id: ManagedNetworks_ListBySubscription
  • Default Api Version: 2019-06-01-preview
  • Resource: ManagedNetworkResource
<item>MockingTo mock this method, please mock GetManagedNetworks(Nullable<Int32>, String, CancellationToken) instead.</item>
GetManagedNetworksAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

The ListBySubscription ManagedNetwork operation retrieves all the Managed Network Resources in the current subscription in a paginated format.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworks
  • Operation Id: ManagedNetworks_ListBySubscription
  • Default Api Version: 2019-06-01-preview
  • Resource: ManagedNetworkResource
<item>MockingTo mock this method, please mock GetManagedNetworks(Nullable<Int32>, String, CancellationToken) instead.</item>
GetScopeAssignment(ArmClient, ResourceIdentifier, String, CancellationToken)

Get the specified scope assignment.

  • Request Path: /{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments/{scopeAssignmentName}
  • Operation Id: ScopeAssignments_Get
  • Default Api Version: 2019-06-01-preview
  • Resource: ScopeAssignmentResource
<item>MockingTo mock this method, please mock GetScopeAssignment(ResourceIdentifier, String, CancellationToken) instead.</item>
GetScopeAssignmentAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

Get the specified scope assignment.

  • Request Path: /{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments/{scopeAssignmentName}
  • Operation Id: ScopeAssignments_Get
  • Default Api Version: 2019-06-01-preview
  • Resource: ScopeAssignmentResource
<item>MockingTo mock this method, please mock GetScopeAssignmentAsync(ResourceIdentifier, String, CancellationToken) instead.</item>
GetScopeAssignmentResource(ArmClient, ResourceIdentifier)

Gets an object representing a ScopeAssignmentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a ScopeAssignmentResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetScopeAssignmentResource(ResourceIdentifier) instead.</item>

GetScopeAssignments(ArmClient, ResourceIdentifier)

Gets a collection of ScopeAssignmentResources in the ArmClient. <item>MockingTo mock this method, please mock GetScopeAssignments(ResourceIdentifier) instead.</item>

Applies to