TenantDataBoundaryCollection Class

Definition

A class representing a collection of TenantDataBoundaryResource and their operations. Each TenantDataBoundaryResource in the collection will belong to the same instance of TenantResource. To get a TenantDataBoundaryCollection instance call the GetTenantDataBoundaries method from an instance of TenantResource.

public class TenantDataBoundaryCollection : Azure.ResourceManager.ArmCollection
type TenantDataBoundaryCollection = class
    inherit ArmCollection
Public Class TenantDataBoundaryCollection
Inherits ArmCollection
Inheritance
TenantDataBoundaryCollection

Constructors

TenantDataBoundaryCollection()

Initializes a new instance of the TenantDataBoundaryCollection 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, DataBoundaryName, DataBoundaryData, CancellationToken)

Opt-in tenant to data boundary.

  • Request Path: /providers/Microsoft.Resources/dataBoundaries/{default}
  • Operation Id: DataBoundaries_Put
  • Default Api Version: 2024-08-01
  • Resource: TenantDataBoundaryResource
CreateOrUpdateAsync(WaitUntil, DataBoundaryName, DataBoundaryData, CancellationToken)

Opt-in tenant to data boundary.

  • Request Path: /providers/Microsoft.Resources/dataBoundaries/{default}
  • Operation Id: DataBoundaries_Put
  • Default Api Version: 2024-08-01
  • Resource: TenantDataBoundaryResource
Exists(DataBoundaryName, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Resources/dataBoundaries/{default}
  • Operation Id: DataBoundaries_GetTenant
  • Default Api Version: 2024-08-01
  • Resource: TenantDataBoundaryResource
ExistsAsync(DataBoundaryName, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Resources/dataBoundaries/{default}
  • Operation Id: DataBoundaries_GetTenant
  • Default Api Version: 2024-08-01
  • Resource: TenantDataBoundaryResource
Get(DataBoundaryName, CancellationToken)

Get data boundary of tenant.

  • Request Path: /providers/Microsoft.Resources/dataBoundaries/{default}
  • Operation Id: DataBoundaries_GetTenant
  • Default Api Version: 2024-08-01
  • Resource: TenantDataBoundaryResource
GetAsync(DataBoundaryName, CancellationToken)

Get data boundary of tenant.

  • Request Path: /providers/Microsoft.Resources/dataBoundaries/{default}
  • Operation Id: DataBoundaries_GetTenant
  • Default Api Version: 2024-08-01
  • Resource: TenantDataBoundaryResource
GetIfExists(DataBoundaryName, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Resources/dataBoundaries/{default}
  • Operation Id: DataBoundaries_GetTenant
  • Default Api Version: 2024-08-01
  • Resource: TenantDataBoundaryResource
GetIfExistsAsync(DataBoundaryName, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Resources/dataBoundaries/{default}
  • Operation Id: DataBoundaries_GetTenant
  • Default Api Version: 2024-08-01
  • Resource: TenantDataBoundaryResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Applies to