Microsoft.ServiceFabricMesh (preview:2018-09-01)

2025/09/19 • 36 new, 36 deleted methods

Operations_List (new)
Description Lists all the available operations provided by Service Fabric SeaBreeze resource provider.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ServiceFabricMesh/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
nextLink: string ,
properties:
{
serviceSpecification:
{
metricSpecifications:
[
{
name: string ,
displayName: string ,
displayDescription: string ,
unit: string ,
aggregationType: string ,
supportsInstanceLevelAggregation: boolean ,
enableRegionalMdmAccount: boolean ,
sourceMdmAccount: string ,
sourceMdmNamespace: string ,
metricFilterPattern: string ,
fillGapWithZero: boolean ,
isInternal: boolean ,
dimensions:
[
{
name: string ,
displayName: string ,
internalName: string ,
toBeExportedForShoebox: boolean ,
}
,
]
,
category: string ,
availabilities:
[
{
timeGrain: string ,
blobDuration: string ,
}
,
]
,
supportedTimeGrainTypes:
[
string ,
]
,
supportedAggregationTypes:
[
string ,
]
,
}
,
]
,
logSpecifications:
[
{
name: string ,
displayName: string ,
blobDuration: string ,
logFilterPattern: string ,
}
,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Secret_Create (new)
Description Creates a secret resource with the specified name, description and properties. If a secret resource with the same name exists, then it is updated with the specified description and properties.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
secretResourceName: string ,
secretResourceDescription:
{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
contentType: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
contentType: string ,
}
,
}

⚐ Response (201)

{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
contentType: string ,
}
,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Secret_Get (new)
Description Gets the information about the secret resource with the given name. The information include the description and other properties of the secret.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
secretResourceName: string ,
}

⚐ Response (200)

{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
contentType: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Secret_Delete (new)
Description Deletes the secret resource identified by the name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
secretResourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Secret_ListByResourceGroup (new)
Description Gets the information about all secret resources in a given resource group. The information include the description and other properties of the Secret.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
contentType: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Secret_ListBySubscription (new)
Description Gets the information about all secret resources in a given resource group. The information include the description and other properties of the secret.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/secrets
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
contentType: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
SecretValue_Create (new)
Description Creates a new value of the specified secret resource. The name of the value is typically the version identifier. Once created the value cannot be changed.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values/{secretValueResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
secretResourceName: string ,
secretValueResourceName: string ,
secretValueResourceDescription:
{
properties: string ,
}
,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (201)

{
properties: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
SecretValue_Get (new)
Description Get the information about the specified named secret value resources. The information does not include the actual value of the secret.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values/{secretValueResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
secretResourceName: string ,
secretValueResourceName: string ,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
SecretValue_Delete (new)
Description Deletes the secret value resource identified by the name. The name of the resource is typically the version associated with that value. Deletion will fail if the specified value is in use.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values/{secretValueResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
secretResourceName: string ,
secretValueResourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
SecretValue_List (new)
Description Gets information about all secret value resources of the specified secret resource. The information includes the names of the secret value resources, but not the actual values.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
secretResourceName: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
SecretValue_ListValue (new)
Description Lists the decrypted value of the specified named value of the secret resource. This is a privileged operation.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values/{secretValueResourceName}/list_value
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
secretResourceName: string ,
secretValueResourceName: string ,
}

⚐ Response (200)

{
value: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Volume_Create (new)
Description Creates a volume resource with the specified name, description and properties. If a volume resource with the same name exists, then it is updated with the specified description and properties.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
volumeResourceName: string ,
volumeResourceDescription:
{
properties: string ,
}
,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (201)

{
properties: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Volume_Get (new)
Description Gets the information about the volume resource with the given name. The information include the description and other properties of the volume.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
volumeResourceName: string ,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Volume_Delete (new)
Description Deletes the volume resource identified by the name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
volumeResourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Volume_ListByResourceGroup (new)
Description Gets the information about all volume resources in a given resource group. The information include the description and other properties of the Volume.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Volume_ListBySubscription (new)
Description Gets the information about all volume resources in a given resource group. The information include the description and other properties of the volume.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/volumes
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Network_Create (new)
Description Creates a network resource with the specified name, description and properties. If a network resource with the same name exists, then it is updated with the specified description and properties.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
networkResourceName: string ,
networkResourceDescription:
{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
}
,
}

⚐ Response (201)

{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
}
,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Network_Get (new)
Description Gets the information about the network resource with the given name. The information include the description and other properties of the network.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
networkResourceName: string ,
}

⚐ Response (200)

{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Network_Delete (new)
Description Deletes the network resource identified by the name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
networkResourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Network_ListByResourceGroup (new)
Description Gets the information about all network resources in a given resource group. The information include the description and other properties of the Network.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Network_ListBySubscription (new)
Description Gets the information about all network resources in a given resource group. The information include the description and other properties of the network.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/networks
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Gateway_Create (new)
Description Creates a gateway resource with the specified name, description and properties. If a gateway resource with the same name exists, then it is updated with the specified description and properties. Use gateway resources to create a gateway for public connectivity for services within your application.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/gateways/{gatewayResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
gatewayResourceName: string ,
gatewayResourceDescription:
{
properties: string ,
}
,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (201)

{
properties: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Gateway_Get (new)
Description Gets the information about the gateway resource with the given name. The information include the description and other properties of the gateway.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/gateways/{gatewayResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
gatewayResourceName: string ,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Gateway_Delete (new)
Description Deletes the gateway resource identified by the name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/gateways/{gatewayResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
gatewayResourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Gateway_ListByResourceGroup (new)
Description Gets the information about all gateway resources in a given resource group. The information include the description and other properties of the Gateway.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/gateways
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Gateway_ListBySubscription (new)
Description Gets the information about all gateway resources in a given resource group. The information include the description and other properties of the gateway.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/gateways
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Application_Create (new)
Description Creates an application resource with the specified name, description and properties. If an application resource with the same name exists, then it is updated with the specified description and properties.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationResourceName: string ,
applicationResourceDescription:
{
properties: string ,
}
,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (201)

{
properties: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Application_Get (new)
Description Gets the information about the application resource with the given name. The information include the description and other properties of the application.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationResourceName: string ,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Application_Delete (new)
Description Deletes the application resource identified by the name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationResourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Application_ListByResourceGroup (new)
Description Gets the information about all application resources in a given resource group. The information include the description and other properties of the Application.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Application_ListBySubscription (new)
Description Gets the information about all application resources in a given resource group. The information include the description and other properties of the application.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/applications
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Service_Get (new)
Description Gets the information about the service resource with the given name. The information include the description and other properties of the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationResourceName: string ,
serviceResourceName: string ,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Service_List (new)
Description Gets the information about all services of an application resource. The information include the description and other properties of the Service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationResourceName: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
ServiceReplica_Get (new)
Description Gets the information about the service replica with the given name. The information include the description and other properties of the service replica.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}/replicas/{replicaName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationResourceName: string ,
serviceResourceName: string ,
replicaName: string ,
}

⚐ Response (200)

{
replicaName: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
ServiceReplica_List (new)
Description Gets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}/replicas
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationResourceName: string ,
serviceResourceName: string ,
}

⚐ Response (200)

{
value:
[
{
replicaName: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
CodePackage_GetContainerLogs (new)
Description Gets the logs for the container of the specified code package of the service replica.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}/replicas/{replicaName}/codePackages/{codePackageName}/logs
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
applicationResourceName: string ,
serviceResourceName: string ,
replicaName: string ,
codePackageName: string ,
tail: integer ,
}

⚐ Response (200)

{
content: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Operations_List (removed)
Description Lists all the available operations provided by Service Fabric SeaBreeze resource provider.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ServiceFabricMesh/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
nextLink: string ,
properties:
{
serviceSpecification:
{
metricSpecifications:
[
{
name: string ,
displayName: string ,
displayDescription: string ,
unit: string ,
aggregationType: string ,
supportsInstanceLevelAggregation: boolean ,
enableRegionalMdmAccount: boolean ,
sourceMdmAccount: string ,
sourceMdmNamespace: string ,
metricFilterPattern: string ,
fillGapWithZero: boolean ,
isInternal: boolean ,
dimensions:
[
{
name: string ,
displayName: string ,
internalName: string ,
toBeExportedForShoebox: boolean ,
}
,
]
,
category: string ,
availabilities:
[
{
timeGrain: string ,
blobDuration: string ,
}
,
]
,
supportedTimeGrainTypes:
[
string ,
]
,
supportedAggregationTypes:
[
string ,
]
,
}
,
]
,
logSpecifications:
[
{
name: string ,
displayName: string ,
blobDuration: string ,
logFilterPattern: string ,
}
,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Secret_Create (removed)
Description Creates a secret resource with the specified name, description and properties. If a secret resource with the same name exists, then it is updated with the specified description and properties.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
secretResourceName: string ,
secretResourceDescription:
{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
contentType: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
contentType: string ,
}
,
}

⚐ Response (201)

{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
contentType: string ,
}
,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Secret_Get (removed)
Description Gets the information about the secret resource with the given name. The information include the description and other properties of the secret.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
secretResourceName: string ,
}

⚐ Response (200)

{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
contentType: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Secret_Delete (removed)
Description Deletes the secret resource identified by the name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
secretResourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Secret_ListByResourceGroup (removed)
Description Gets the information about all secret resources in a given resource group. The information include the description and other properties of the Secret.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
contentType: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Secret_ListBySubscription (removed)
Description Gets the information about all secret resources in a given resource group. The information include the description and other properties of the secret.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/secrets
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
contentType: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
SecretValue_Create (removed)
Description Creates a new value of the specified secret resource. The name of the value is typically the version identifier. Once created the value cannot be changed.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values/{secretValueResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
secretResourceName: string ,
secretValueResourceName: string ,
secretValueResourceDescription:
{
properties: string ,
}
,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (201)

{
properties: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
SecretValue_Get (removed)
Description Get the information about the specified named secret value resources. The information does not include the actual value of the secret.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values/{secretValueResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
secretResourceName: string ,
secretValueResourceName: string ,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
SecretValue_Delete (removed)
Description Deletes the secret value resource identified by the name. The name of the resource is typically the version associated with that value. Deletion will fail if the specified value is in use.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values/{secretValueResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
secretResourceName: string ,
secretValueResourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
SecretValue_List (removed)
Description Gets information about all secret value resources of the specified secret resource. The information includes the names of the secret value resources, but not the actual values.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
secretResourceName: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
SecretValue_ListValue (removed)
Description Lists the decrypted value of the specified named value of the secret resource. This is a privileged operation.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values/{secretValueResourceName}/list_value
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
secretResourceName: string ,
secretValueResourceName: string ,
}

⚐ Response (200)

{
value: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Volume_Create (removed)
Description Creates a volume resource with the specified name, description and properties. If a volume resource with the same name exists, then it is updated with the specified description and properties.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
volumeResourceName: string ,
volumeResourceDescription:
{
properties: string ,
}
,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (201)

{
properties: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Volume_Get (removed)
Description Gets the information about the volume resource with the given name. The information include the description and other properties of the volume.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
volumeResourceName: string ,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Volume_Delete (removed)
Description Deletes the volume resource identified by the name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
volumeResourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Volume_ListByResourceGroup (removed)
Description Gets the information about all volume resources in a given resource group. The information include the description and other properties of the Volume.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Volume_ListBySubscription (removed)
Description Gets the information about all volume resources in a given resource group. The information include the description and other properties of the volume.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/volumes
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Network_Create (removed)
Description Creates a network resource with the specified name, description and properties. If a network resource with the same name exists, then it is updated with the specified description and properties.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
networkResourceName: string ,
networkResourceDescription:
{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
}
,
}

⚐ Response (201)

{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
}
,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Network_Get (removed)
Description Gets the information about the network resource with the given name. The information include the description and other properties of the network.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
networkResourceName: string ,
}

⚐ Response (200)

{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Network_Delete (removed)
Description Deletes the network resource identified by the name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
networkResourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Network_ListByResourceGroup (removed)
Description Gets the information about all network resources in a given resource group. The information include the description and other properties of the Network.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Network_ListBySubscription (removed)
Description Gets the information about all network resources in a given resource group. The information include the description and other properties of the network.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/networks
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
description: string ,
status: enum ,
statusDetails: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Gateway_Create (removed)
Description Creates a gateway resource with the specified name, description and properties. If a gateway resource with the same name exists, then it is updated with the specified description and properties. Use gateway resources to create a gateway for public connectivity for services within your application.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/gateways/{gatewayResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
gatewayResourceName: string ,
gatewayResourceDescription:
{
properties: string ,
}
,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (201)

{
properties: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Gateway_Get (removed)
Description Gets the information about the gateway resource with the given name. The information include the description and other properties of the gateway.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/gateways/{gatewayResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
gatewayResourceName: string ,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Gateway_Delete (removed)
Description Deletes the gateway resource identified by the name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/gateways/{gatewayResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
gatewayResourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Gateway_ListByResourceGroup (removed)
Description Gets the information about all gateway resources in a given resource group. The information include the description and other properties of the Gateway.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/gateways
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Gateway_ListBySubscription (removed)
Description Gets the information about all gateway resources in a given resource group. The information include the description and other properties of the gateway.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/gateways
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Application_Create (removed)
Description Creates an application resource with the specified name, description and properties. If an application resource with the same name exists, then it is updated with the specified description and properties.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationResourceName: string ,
applicationResourceDescription:
{
properties: string ,
}
,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (201)

{
properties: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Application_Get (removed)
Description Gets the information about the application resource with the given name. The information include the description and other properties of the application.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationResourceName: string ,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Application_Delete (removed)
Description Deletes the application resource identified by the name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationResourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Application_ListByResourceGroup (removed)
Description Gets the information about all application resources in a given resource group. The information include the description and other properties of the Application.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Application_ListBySubscription (removed)
Description Gets the information about all application resources in a given resource group. The information include the description and other properties of the application.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/applications
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Service_Get (removed)
Description Gets the information about the service resource with the given name. The information include the description and other properties of the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationResourceName: string ,
serviceResourceName: string ,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
Service_List (removed)
Description Gets the information about all services of an application resource. The information include the description and other properties of the Service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationResourceName: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
ServiceReplica_Get (removed)
Description Gets the information about the service replica with the given name. The information include the description and other properties of the service replica.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}/replicas/{replicaName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationResourceName: string ,
serviceResourceName: string ,
replicaName: string ,
}

⚐ Response (200)

{
replicaName: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
ServiceReplica_List (removed)
Description Gets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}/replicas
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationResourceName: string ,
serviceResourceName: string ,
}

⚐ Response (200)

{
value:
[
{
replicaName: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}
CodePackage_GetContainerLogs (removed)
Description Gets the logs for the container of the specified code package of the service replica.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}/replicas/{replicaName}/codePackages/{codePackageName}/logs
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
applicationResourceName: string ,
serviceResourceName: string ,
replicaName: string ,
codePackageName: string ,
tail: integer ,
}

⚐ Response (200)

{
content: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
innerError: string ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
}