Share via


ServiceEndpointPolicyOutput interface

Service End point policy resource.

Extends

Properties

etag

A unique read-only string that changes whenever the resource is updated.

kind

Kind of service endpoint policy. This is metadata used for the Azure portal experience.

properties

Properties of the service end point policy.

Inherited Properties

id

Resource ID.

location

Resource location.

name

Resource name.

tags

Resource tags.

type

Resource type.

Property Details

etag

A unique read-only string that changes whenever the resource is updated.

etag?: string

Property Value

string

kind

Kind of service endpoint policy. This is metadata used for the Azure portal experience.

kind?: string

Property Value

string

properties

Properties of the service end point policy.

properties?: ServiceEndpointPolicyPropertiesFormatOutput

Property Value

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From ResourceOutput.id

location

Resource location.

location?: string

Property Value

string

Inherited From ResourceOutput.location

name

Resource name.

name?: string

Property Value

string

Inherited From ResourceOutput.name

tags

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From ResourceOutput.tags

type

Resource type.

type?: string

Property Value

string

Inherited From ResourceOutput.type