CloudVmClusterVirtualNetworkAddressCollection Class

Definition

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

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

Constructors

CloudVmClusterVirtualNetworkAddressCollection()

Initializes a new instance of the CloudVmClusterVirtualNetworkAddressCollection 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, CloudVmClusterVirtualNetworkAddressData, 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
  • Resource: CloudVmClusterVirtualNetworkAddressResource
CreateOrUpdateAsync(WaitUntil, String, CloudVmClusterVirtualNetworkAddressData, 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
  • Resource: CloudVmClusterVirtualNetworkAddressResource
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
  • Resource: CloudVmClusterVirtualNetworkAddressResource
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
  • Resource: CloudVmClusterVirtualNetworkAddressResource
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
  • Resource: CloudVmClusterVirtualNetworkAddressResource
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
  • Resource: CloudVmClusterVirtualNetworkAddressResource
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
  • Resource: CloudVmClusterVirtualNetworkAddressResource
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
  • Resource: CloudVmClusterVirtualNetworkAddressResource
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
  • Resource: CloudVmClusterVirtualNetworkAddressResource
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
  • Resource: CloudVmClusterVirtualNetworkAddressResource
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<CloudVmClusterVirtualNetworkAddressResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<CloudVmClusterVirtualNetworkAddressResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to