GetCloudEndpointResult

data class GetCloudEndpointResult(val azureApiVersion: String, val azureFileShareName: String? = null, val backupEnabled: String, val changeEnumerationStatus: CloudEndpointChangeEnumerationStatusResponse, val friendlyName: String? = null, val id: String, val lastOperationName: String? = null, val lastWorkflowId: String? = null, val name: String, val partnershipId: String? = null, val provisioningState: String? = null, val storageAccountResourceId: String? = null, val storageAccountTenantId: String? = null, val systemData: SystemDataResponse, val type: String)

Cloud Endpoint object.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, azureFileShareName: String? = null, backupEnabled: String, changeEnumerationStatus: CloudEndpointChangeEnumerationStatusResponse, friendlyName: String? = null, id: String, lastOperationName: String? = null, lastWorkflowId: String? = null, name: String, partnershipId: String? = null, provisioningState: String? = null, storageAccountResourceId: String? = null, storageAccountTenantId: String? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Azure file share name

Link copied to clipboard

Backup Enabled

Link copied to clipboard

Cloud endpoint change enumeration status

Link copied to clipboard
val friendlyName: String? = null

Friendly Name

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

Resource Last Operation Name

Link copied to clipboard
val lastWorkflowId: String? = null

CloudEndpoint lastWorkflowId

Link copied to clipboard

The name of the resource

Link copied to clipboard
val partnershipId: String? = null

Partnership Id

Link copied to clipboard

CloudEndpoint Provisioning State

Link copied to clipboard

Storage Account Resource Id

Link copied to clipboard

Storage Account Tenant Id

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"