Get Nrf Deployment Result
data class GetNrfDeploymentResult(val clusterService: String, val componentParameters: String? = null, val id: String, val location: String, val name: String, val operationalStatus: OperationalStatusResponse, val provisioningState: String, val releaseVersion: String, val secretsParameters: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Azure for Operators 5G Core Network Repository Function (NRF) Deployment Resource
Constructors
Link copied to clipboard
constructor(clusterService: String, componentParameters: String? = null, id: String, location: String, name: String, operationalStatus: OperationalStatusResponse, provisioningState: String, releaseVersion: String, secretsParameters: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Reference to cluster where the Network Function is deployed
Link copied to clipboard
Azure for Operators 5G Core NRF component parameters
Link copied to clipboard
Operational status
Link copied to clipboard
The status of the last operation.
Link copied to clipboard
Release version. This is inherited from the cluster
Link copied to clipboard
Azure for Operators 5G Core NRF secrets parameters
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.