Skip to main content

services

Overview

Nameservices
TypeResource
Idazure.service_fabric.services

Fields

NameDatatypeDescription
idstringAzure resource identifier.
namestringAzure resource name.
etagstringAzure resource etag.
locationstringIt will be deprecated in New API, resource location depends on the parent resource.
propertiesobjectThe service resource properties.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectAzure resource tags.
typestringAzure resource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTapi-version, applicationName, clusterName, resourceGroupName, serviceName, subscriptionIdGet a Service Fabric service resource created or in the process of being created in the Service Fabric application resource.
listSELECTapi-version, applicationName, clusterName, resourceGroupName, subscriptionIdGets all service resources created or in the process of being created in the Service Fabric application resource.
create_or_updateINSERTapi-version, applicationName, clusterName, resourceGroupName, serviceName, subscriptionIdCreate or update a Service Fabric service resource with the specified name.
deleteDELETEapi-version, applicationName, clusterName, resourceGroupName, serviceName, subscriptionIdDelete a Service Fabric service resource with the specified name.
_listEXECapi-version, applicationName, clusterName, resourceGroupName, subscriptionIdGets all service resources created or in the process of being created in the Service Fabric application resource.
updateEXECapi-version, applicationName, clusterName, resourceGroupName, serviceName, subscriptionIdUpdate a Service Fabric service resource with the specified name.