NetworkExtensions.GetSecurityPartnerProviders Method

Definition

Overloads

Name Description
GetSecurityPartnerProviders(ResourceGroupResource)

Gets a collection of SecurityPartnerProviders in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetSecurityPartnerProviders() instead. </item>

GetSecurityPartnerProviders(SubscriptionResource, CancellationToken)

Gets all the Security Partner Providers in a subscription. <item> Mocking. To mock this method, please mock GetSecurityPartnerProviders(CancellationToken) instead. </item>

GetSecurityPartnerProviders(ResourceGroupResource)

Source:
NetworkExtensions.cs
Source:
NetworkExtensions.cs

Gets a collection of SecurityPartnerProviders in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetSecurityPartnerProviders() instead. </item>

public static Azure.ResourceManager.Network.SecurityPartnerProviderCollection GetSecurityPartnerProviders(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetSecurityPartnerProviders : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Network.SecurityPartnerProviderCollection
<Extension()>
Public Function GetSecurityPartnerProviders (resourceGroupResource As ResourceGroupResource) As SecurityPartnerProviderCollection

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

Returns

An object representing collection of SecurityPartnerProviders and their operations over a SecurityPartnerProviderResource.

Exceptions

resourceGroupResource is null.

Applies to

GetSecurityPartnerProviders(SubscriptionResource, CancellationToken)

Source:
NetworkExtensions.cs
Source:
NetworkExtensions.cs

Gets all the Security Partner Providers in a subscription. <item> Mocking. To mock this method, please mock GetSecurityPartnerProviders(CancellationToken) instead. </item>

public static Azure.Pageable<Azure.ResourceManager.Network.SecurityPartnerProviderResource> GetSecurityPartnerProviders(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetSecurityPartnerProviders : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.SecurityPartnerProviderResource>
<Extension()>
Public Function GetSecurityPartnerProviders (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SecurityPartnerProviderResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of SecurityPartnerProviderResource that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to