IServiceResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ServiceResourceTypeConverter))]
public interface IServiceResource : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ServiceResourceTypeConverter))>]
type IServiceResource = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IServiceResource
Implements ITrackedResource
Derived
Attributes
Implements

Properties

Fqdn

Fully qualified dns name of the service instance

Id

Fully qualified resource Id for the resource.

(Inherited from IResource)
Location

The GEO location of the resource.

(Inherited from ITrackedResource)
Name

The name of the resource.

(Inherited from IResource)
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

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

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Tag

Tags of the service which is a list of key value pairs that describe the resource.

(Inherited from ITrackedResource)
Type

The type of the resource.

(Inherited from IResource)
Version

Version of the Service

ZoneRedundant

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to