Uses of Class
com.azure.resourcemanager.apicenter.models.DeploymentProperties
Packages that use DeploymentProperties
Package
Description
Package containing the inner data models for AzureApiCenter.
Package containing the data models for AzureApiCenter.
-
Uses of DeploymentProperties in com.azure.resourcemanager.apicenter.fluent.models
Methods in com.azure.resourcemanager.apicenter.fluent.models that return DeploymentPropertiesModifier and TypeMethodDescriptionDeploymentInner.properties()
Get the properties property: The resource-specific properties for this resource.Methods in com.azure.resourcemanager.apicenter.fluent.models with parameters of type DeploymentPropertiesModifier and TypeMethodDescriptionDeploymentInner.withProperties
(DeploymentProperties properties) Set the properties property: The resource-specific properties for this resource. -
Uses of DeploymentProperties in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return DeploymentPropertiesModifier and TypeMethodDescriptionstatic DeploymentProperties
DeploymentProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentProperties from the JsonReader.Deployment.properties()
Gets the properties property: The resource-specific properties for this resource.DeploymentProperties.withCustomProperties
(Object customProperties) Set the customProperties property: The custom metadata defined for API catalog entities.DeploymentProperties.withDefinitionId
(String definitionId) Set the definitionId property: API center-scoped definition resource ID.DeploymentProperties.withDescription
(String description) Set the description property: Description of the deployment.DeploymentProperties.withEnvironmentId
(String environmentId) Set the environmentId property: API center-scoped environment resource ID.DeploymentProperties.withServer
(DeploymentServer server) Set the server property: The deployment server.DeploymentProperties.withState
(DeploymentState state) Set the state property: State of API deployment.Set the title property: API deployment title.Methods in com.azure.resourcemanager.apicenter.models with parameters of type DeploymentPropertiesModifier and TypeMethodDescriptionDeployment.DefinitionStages.WithProperties.withProperties
(DeploymentProperties properties) Specifies the properties property: The resource-specific properties for this resource..Deployment.UpdateStages.WithProperties.withProperties
(DeploymentProperties properties) Specifies the properties property: The resource-specific properties for this resource..