Documentation
¶
Index ¶
- func ExampleAccountClient_BeginCreate()
- func ExampleAccountClient_BeginDelete()
- func ExampleAccountClient_Get()
- func ExampleAccountClient_GetDetector()
- func ExampleAccountClient_GetKeys()
- func ExampleAccountClient_NewListByResourceGroupPager()
- func ExampleAccountClient_NewListDetectorsPager()
- func ExampleAccountClient_NewListOutboundNetworkDependenciesEndpointsPager()
- func ExampleAccountClient_NewListPager()
- func ExampleAccountClient_RegenerateKey()
- func ExampleAccountClient_SynchronizeAutoStorageKeys()
- func ExampleAccountClient_Update()
- func ExampleApplicationClient_Create()
- func ExampleApplicationClient_Delete()
- func ExampleApplicationClient_Get()
- func ExampleApplicationClient_NewListPager()
- func ExampleApplicationClient_Update()
- func ExampleApplicationPackageClient_Activate()
- func ExampleApplicationPackageClient_Create()
- func ExampleApplicationPackageClient_Delete()
- func ExampleApplicationPackageClient_Get()
- func ExampleApplicationPackageClient_NewListPager()
- func ExampleCertificateClient_BeginDelete()
- func ExampleCertificateClient_CancelDeletion()
- func ExampleCertificateClient_Create()
- func ExampleCertificateClient_Get()
- func ExampleCertificateClient_NewListByBatchAccountPager()
- func ExampleCertificateClient_Update()
- func ExampleLocationClient_CheckNameAvailability()
- func ExampleLocationClient_GetQuotas()
- func ExampleOperationsClient_NewListPager()
- func ExamplePoolClient_BeginDelete()
- func ExamplePoolClient_Create()
- func ExamplePoolClient_DisableAutoScale()
- func ExamplePoolClient_Get()
- func ExamplePoolClient_NewListByBatchAccountPager()
- func ExamplePoolClient_StopResize()
- func ExamplePoolClient_Update()
- func ExamplePrivateEndpointConnectionClient_BeginUpdate()
- func ExamplePrivateEndpointConnectionClient_Get()
- func ExamplePrivateEndpointConnectionClient_NewListByBatchAccountPager()
- func ExamplePrivateLinkResourceClient_Get()
- func ExamplePrivateLinkResourceClient_NewListByBatchAccountPager()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExampleAccountClient_BeginCreate ¶
func ExampleAccountClient_BeginCreate()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/BatchAccountCreate_BYOS.json
func ExampleAccountClient_BeginDelete ¶
func ExampleAccountClient_BeginDelete()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/BatchAccountDelete.json
func ExampleAccountClient_Get ¶
func ExampleAccountClient_Get()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/BatchAccountGet.json
func ExampleAccountClient_GetDetector ¶
func ExampleAccountClient_GetDetector()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/DetectorGet.json
func ExampleAccountClient_GetKeys ¶
func ExampleAccountClient_GetKeys()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/BatchAccountGetKeys.json
func ExampleAccountClient_NewListByResourceGroupPager ¶
func ExampleAccountClient_NewListByResourceGroupPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/BatchAccountListByResourceGroup.json
func ExampleAccountClient_NewListDetectorsPager ¶
func ExampleAccountClient_NewListDetectorsPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/DetectorList.json
func ExampleAccountClient_NewListOutboundNetworkDependenciesEndpointsPager ¶
func ExampleAccountClient_NewListOutboundNetworkDependenciesEndpointsPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/BatchAccountListOutboundNetworkDependenciesEndpoints.json
func ExampleAccountClient_NewListPager ¶
func ExampleAccountClient_NewListPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/BatchAccountList.json
func ExampleAccountClient_RegenerateKey ¶
func ExampleAccountClient_RegenerateKey()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/BatchAccountRegenerateKey.json
func ExampleAccountClient_SynchronizeAutoStorageKeys ¶
func ExampleAccountClient_SynchronizeAutoStorageKeys()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/BatchAccountSynchronizeAutoStorageKeys.json
func ExampleAccountClient_Update ¶
func ExampleAccountClient_Update()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/BatchAccountUpdate.json
func ExampleApplicationClient_Create ¶
func ExampleApplicationClient_Create()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/ApplicationCreate.json
func ExampleApplicationClient_Delete ¶
func ExampleApplicationClient_Delete()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/ApplicationDelete.json
func ExampleApplicationClient_Get ¶
func ExampleApplicationClient_Get()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/ApplicationGet.json
func ExampleApplicationClient_NewListPager ¶
func ExampleApplicationClient_NewListPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/ApplicationList.json
func ExampleApplicationClient_Update ¶
func ExampleApplicationClient_Update()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/ApplicationUpdate.json
func ExampleApplicationPackageClient_Activate ¶
func ExampleApplicationPackageClient_Activate()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/ApplicationPackageActivate.json
func ExampleApplicationPackageClient_Create ¶
func ExampleApplicationPackageClient_Create()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/ApplicationPackageCreate.json
func ExampleApplicationPackageClient_Delete ¶
func ExampleApplicationPackageClient_Delete()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/ApplicationPackageDelete.json
func ExampleApplicationPackageClient_Get ¶
func ExampleApplicationPackageClient_Get()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/ApplicationPackageGet.json
func ExampleApplicationPackageClient_NewListPager ¶
func ExampleApplicationPackageClient_NewListPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/ApplicationPackageList.json
func ExampleCertificateClient_BeginDelete ¶
func ExampleCertificateClient_BeginDelete()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/CertificateDelete.json
func ExampleCertificateClient_CancelDeletion ¶
func ExampleCertificateClient_CancelDeletion()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/CertificateCancelDeletion.json
func ExampleCertificateClient_Create ¶
func ExampleCertificateClient_Create()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/CertificateCreate_Full.json
func ExampleCertificateClient_Get ¶
func ExampleCertificateClient_Get()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/CertificateGet.json
func ExampleCertificateClient_NewListByBatchAccountPager ¶
func ExampleCertificateClient_NewListByBatchAccountPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/CertificateList.json
func ExampleCertificateClient_Update ¶
func ExampleCertificateClient_Update()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/CertificateUpdate.json
func ExampleLocationClient_CheckNameAvailability ¶
func ExampleLocationClient_CheckNameAvailability()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/LocationCheckNameAvailability_AlreadyExists.json
func ExampleLocationClient_GetQuotas ¶
func ExampleLocationClient_GetQuotas()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/LocationGetQuotas.json
func ExampleOperationsClient_NewListPager ¶
func ExampleOperationsClient_NewListPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/OperationsList.json
func ExamplePoolClient_BeginDelete ¶
func ExamplePoolClient_BeginDelete()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/PoolDelete.json
func ExamplePoolClient_Create ¶
func ExamplePoolClient_Create()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/PoolCreate_SharedImageGallery.json
func ExamplePoolClient_DisableAutoScale ¶
func ExamplePoolClient_DisableAutoScale()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/PoolDisableAutoScale.json
func ExamplePoolClient_Get ¶
func ExamplePoolClient_Get()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/PoolGet.json
func ExamplePoolClient_NewListByBatchAccountPager ¶
func ExamplePoolClient_NewListByBatchAccountPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/PoolList.json
func ExamplePoolClient_StopResize ¶
func ExamplePoolClient_StopResize()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/PoolStopResize.json
func ExamplePoolClient_Update ¶
func ExamplePoolClient_Update()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/PoolUpdate_EnableAutoScale.json
func ExamplePrivateEndpointConnectionClient_BeginUpdate ¶
func ExamplePrivateEndpointConnectionClient_BeginUpdate()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/PrivateEndpointConnectionUpdate.json
func ExamplePrivateEndpointConnectionClient_Get ¶
func ExamplePrivateEndpointConnectionClient_Get()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/PrivateEndpointConnectionGet.json
func ExamplePrivateEndpointConnectionClient_NewListByBatchAccountPager ¶
func ExamplePrivateEndpointConnectionClient_NewListByBatchAccountPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/PrivateEndpointConnectionsList.json
func ExamplePrivateLinkResourceClient_Get ¶
func ExamplePrivateLinkResourceClient_Get()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/PrivateLinkResourceGet.json
func ExamplePrivateLinkResourceClient_NewListByBatchAccountPager ¶
func ExamplePrivateLinkResourceClient_NewListByBatchAccountPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/examples/PrivateLinkResourcesList.json
Types ¶
This section is empty.
Source Files
¶
- ApplicationCreate.go
- ApplicationDelete.go
- ApplicationGet.go
- ApplicationList.go
- ApplicationPackageActivate.go
- ApplicationPackageCreate.go
- ApplicationPackageDelete.go
- ApplicationPackageGet.go
- ApplicationPackageList.go
- ApplicationUpdate.go
- BatchAccountCreate_BYOS.go
- BatchAccountDelete.go
- BatchAccountGet.go
- BatchAccountGetKeys.go
- BatchAccountList.go
- BatchAccountListByResourceGroup.go
- BatchAccountListOutboundNetworkDependenciesEndpoints.go
- BatchAccountRegenerateKey.go
- BatchAccountSynchronizeAutoStorageKeys.go
- BatchAccountUpdate.go
- CertificateCancelDeletion.go
- CertificateCreate_Full.go
- CertificateDelete.go
- CertificateGet.go
- CertificateList.go
- CertificateUpdate.go
- DetectorGet.go
- DetectorList.go
- LocationCheckNameAvailability_AlreadyExists.go
- LocationGetQuotas.go
- OperationsList.go
- PoolCreate_SharedImageGallery.go
- PoolDelete.go
- PoolDisableAutoScale.go
- PoolGet.go
- PoolList.go
- PoolStopResize.go
- PoolUpdate_EnableAutoScale.go
- PrivateEndpointConnectionGet.go
- PrivateEndpointConnectionUpdate.go
- PrivateEndpointConnectionsList.go
- PrivateLinkResourceGet.go
- PrivateLinkResourcesList.go