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

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

Application_Create (new)
Description Creates an application resource with the specified name and description. If an application with the same name already exists, then its description is updated to the one indicated in this request. Use network resources to provide public connectivity to the services of an application.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties: string ,
}

⚐ Response (201)

{
properties: string ,
}

⚐ 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 a given name. The information includes the information about the application's services and other runtime properties.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationName: 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/{applicationName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}
Service_Get (new)
Description The operation returns the properties of the service.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties: string ,
}
Replica_ListByServiceName (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/{applicationName}/services/{serviceName}/replicas
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationName: string ,
serviceName: string ,
}

⚐ Response (200)

{
value:
[
object ,
]
,
nextLink: string ,
}
Replica_Get (new)
Description Gets the information about the specified replica 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/{applicationName}/services/{serviceName}/replicas/{replicaName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationName: string ,
serviceName: string ,
replicaName: string ,
}

⚐ Response (200)

{
$schema: object ,
}
Application_ListByResourceGroup (new)
Description Gets the information about all application resources in a given resource group. The information includes the information about the application's services and other runtime properties.
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 subscription. The information includes the information about the application's services and other runtime properties.
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 ,
}
,
]
,
}
,
}
CodePackage_GetContainerLog (new)
Description Get the logs for the container of a given code package of an application.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}/services/{serviceName}/replicas/{replicaName}/codePackages/{codePackageName}/logs
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
applicationName: string ,
serviceName: 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 (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 ,
}
,
]
,
}
,
}
Network_Create (new)
Description Creates a network resource with the specified name and description. If a network with the same name already exists, then its description is updated to the one indicated in this request. Use network resources to create private network and configure public connectivity for services within your application.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
networkName: string ,
networkResourceDescription:
{
properties: string ,
}
,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (201)

{
properties: string ,
}

⚐ 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 a given name. This information includes the network description and other runtime information.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties: 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/{networkName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
networkName: string ,
}

⚐ Response (200)

{}

⚐ 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 includes the network description and other runtime properties.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks
{
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 ,
}
,
]
,
}
,
}
Network_ListBySubscription (new)
Description Gets the information about all network resources in a given subscription. The information includes the network description and other runtime properties.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/networks
{
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 ,
}
,
]
,
}
,
}
Volume_Create (new)
Description Creates a volume resource with the specified name and description. If a volume with the same name already exists, then its description is updated to the one indicated in this request.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties: string ,
}

⚐ Response (201)

{
properties: string ,
}

⚐ 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 a given name. This information includes the volume description and other runtime information.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
volumeName: 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 identified by the name.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}

⚐ 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 includes the volume description and other runtime information.
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 subscription. The information includes the volume description and other runtime information.
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 ,
}
,
]
,
}
,
}
Application_Create (removed)
Description Creates an application resource with the specified name and description. If an application with the same name already exists, then its description is updated to the one indicated in this request. Use network resources to provide public connectivity to the services of an application.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties: string ,
}

⚐ Response (201)

{
properties: string ,
}

⚐ 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 a given name. The information includes the information about the application's services and other runtime properties.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationName: 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/{applicationName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}
Service_Get (removed)
Description The operation returns the properties of the service.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties: string ,
}
Replica_ListByServiceName (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/{applicationName}/services/{serviceName}/replicas
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationName: string ,
serviceName: string ,
}

⚐ Response (200)

{
value:
[
object ,
]
,
nextLink: string ,
}
Replica_Get (removed)
Description Gets the information about the specified replica 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/{applicationName}/services/{serviceName}/replicas/{replicaName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
applicationName: string ,
serviceName: string ,
replicaName: string ,
}

⚐ Response (200)

{
$schema: object ,
}
Application_ListByResourceGroup (removed)
Description Gets the information about all application resources in a given resource group. The information includes the information about the application's services and other runtime properties.
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 subscription. The information includes the information about the application's services and other runtime properties.
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 ,
}
,
]
,
}
,
}
CodePackage_GetContainerLog (removed)
Description Get the logs for the container of a given code package of an application.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}/services/{serviceName}/replicas/{replicaName}/codePackages/{codePackageName}/logs
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
applicationName: string ,
serviceName: 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 ,
}
,
]
,
}
,
}
Network_Create (removed)
Description Creates a network resource with the specified name and description. If a network with the same name already exists, then its description is updated to the one indicated in this request. Use network resources to create private network and configure public connectivity for services within your application.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
networkName: string ,
networkResourceDescription:
{
properties: string ,
}
,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (201)

{
properties: string ,
}

⚐ 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 a given name. This information includes the network description and other runtime information.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties: 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/{networkName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
networkName: string ,
}

⚐ Response (200)

{}

⚐ 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 includes the network description and other runtime properties.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks
{
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 ,
}
,
]
,
}
,
}
Network_ListBySubscription (removed)
Description Gets the information about all network resources in a given subscription. The information includes the network description and other runtime properties.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/networks
{
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 ,
}
,
]
,
}
,
}
Volume_Create (removed)
Description Creates a volume resource with the specified name and description. If a volume with the same name already exists, then its description is updated to the one indicated in this request.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties: string ,
}

⚐ Response (201)

{
properties: string ,
}

⚐ 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 a given name. This information includes the volume description and other runtime information.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeName}
{
subscriptionId: string ,
api-version: string ,
resourceGroupName: string ,
volumeName: 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 identified by the name.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}

⚐ 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 includes the volume description and other runtime information.
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 subscription. The information includes the volume description and other runtime information.
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 ,
}
,
]
,
}
,
}