ServiceResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Service resource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ServiceResourceTypeConverter))]
public class ServiceResource : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceResource, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ServiceResourceTypeConverter))>]
type ServiceResource = class
interface IServiceResource
interface IJsonSerializable
interface ITrackedResource
interface IResource
interface IValidates
Public Class ServiceResource
Implements IServiceResource, IValidates
- Inheritance
-
ServiceResource
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ServiceResource() |
Creates an new ServiceResource instance. |
Properties
| Name | Description |
|---|---|
| Fqdn |
Fully qualified dns name of the service instance |
| Id |
Fully qualified resource Id for the resource. |
| Location |
The GEO location of the resource. |
| Name |
The name of the resource. |
| NetworkProfileAppNetworkResourceGroup |
Name of the resource group containing network resources for customer apps in Azure Spring Apps |
| NetworkProfileAppSubnetId |
Fully qualified resource Id of the subnet to host customer apps in Azure Spring Apps |
| NetworkProfileRequiredTraffic |
Required inbound or outbound traffics for Azure Spring Apps resource. |
| NetworkProfileServiceCidr |
Azure Spring Apps service reserved CIDR |
| NetworkProfileServiceRuntimeNetworkResourceGroup |
Name of the resource group containing network resources of Azure Spring Apps Service Runtime |
| NetworkProfileServiceRuntimeSubnetId |
Fully qualified resource Id of the subnet to host Azure Spring Apps Service Runtime |
| OutboundIPPublicIP |
A list of public IP addresses. |
| ProvisioningState |
Provisioning state of the Service |
| ResourceGroupName |
Gets the resource group name |
| ServiceId |
ServiceInstanceEntity GUID which uniquely identifies a created resource |
| SkuCapacity |
Current capacity of the target resource |
| SkuName |
Name of the Sku |
| SkuTier |
Tier of the Sku |
| SystemData |
Metadata pertaining to creation and last modification of the resource. |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
| SystemDataCreatedBy |
The identity that created the resource. |
| SystemDataCreatedByType |
The type of identity that created the resource. |
| SystemDataLastModifiedAt |
The timestamp of resource modification (UTC). |
| SystemDataLastModifiedBy |
The identity that last modified the resource. |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
| Tag |
Tags of the service which is a list of key value pairs that describe the resource. |
| Type |
The type of the resource. |
| Version |
Version of the Service |
| ZoneRedundant | |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServiceResource. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServiceResource. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceResource. |
| FromJsonString(String) |
Creates a new instance of ServiceResource, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServiceResource into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |