VirtualNetworkAddressCollection Class

Definition

A class representing a collection of VirtualNetworkAddressResource and their operations. Each VirtualNetworkAddressResource in the collection will belong to the same instance of CloudVmClusterResource. To get a VirtualNetworkAddressCollection instance call the GetVirtualNetworkAddresses method from an instance of CloudVmClusterResource.

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

Constructors

VirtualNetworkAddressCollection()

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

Create a VirtualNetworkAddress

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/virtualNetworkAddresses/{virtualnetworkaddressname}
  • Operation Id: VirtualNetworkAddresses_CreateOrUpdate
  • Default Api Version: 2023-09-01-preview
  • Resource: VirtualNetworkAddressResource
CreateOrUpdateAsync(WaitUntil, String, VirtualNetworkAddressData, CancellationToken)

Create a VirtualNetworkAddress

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/virtualNetworkAddresses/{virtualnetworkaddressname}
  • Operation Id: VirtualNetworkAddresses_CreateOrUpdate
  • Default Api Version: 2023-09-01-preview
  • Resource: VirtualNetworkAddressResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/virtualNetworkAddresses/{virtualnetworkaddressname}
  • Operation Id: VirtualNetworkAddresses_Get
  • Default Api Version: 2023-09-01-preview
  • Resource: VirtualNetworkAddressResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/virtualNetworkAddresses/{virtualnetworkaddressname}
  • Operation Id: VirtualNetworkAddresses_Get
  • Default Api Version: 2023-09-01-preview
  • Resource: VirtualNetworkAddressResource
Get(String, CancellationToken)

Get a VirtualNetworkAddress

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/virtualNetworkAddresses/{virtualnetworkaddressname}
  • Operation Id: VirtualNetworkAddresses_Get
  • Default Api Version: 2023-09-01-preview
  • Resource: VirtualNetworkAddressResource
GetAll(CancellationToken)

List VirtualNetworkAddress resources by CloudVmCluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/virtualNetworkAddresses
  • Operation Id: VirtualNetworkAddresses_ListByCloudVmCluster
  • Default Api Version: 2023-09-01-preview
  • Resource: VirtualNetworkAddressResource
GetAllAsync(CancellationToken)

List VirtualNetworkAddress resources by CloudVmCluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/virtualNetworkAddresses
  • Operation Id: VirtualNetworkAddresses_ListByCloudVmCluster
  • Default Api Version: 2023-09-01-preview
  • Resource: VirtualNetworkAddressResource
GetAsync(String, CancellationToken)

Get a VirtualNetworkAddress

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/virtualNetworkAddresses/{virtualnetworkaddressname}
  • Operation Id: VirtualNetworkAddresses_Get
  • Default Api Version: 2023-09-01-preview
  • Resource: VirtualNetworkAddressResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/virtualNetworkAddresses/{virtualnetworkaddressname}
  • Operation Id: VirtualNetworkAddresses_Get
  • Default Api Version: 2023-09-01-preview
  • Resource: VirtualNetworkAddressResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/virtualNetworkAddresses/{virtualnetworkaddressname}
  • Operation Id: VirtualNetworkAddresses_Get
  • Default Api Version: 2023-09-01-preview
  • Resource: VirtualNetworkAddressResource
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<VirtualNetworkAddressResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<VirtualNetworkAddressResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to