servicefabricmeshapi

package
v27.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationClientAPI

type ApplicationClientAPI interface {
	Create(ctx context.Context, resourceGroupName string, applicationResourceName string, applicationResourceDescription servicefabricmesh.ApplicationResourceDescription) (result servicefabricmesh.ApplicationResourceDescription, err error)
	Delete(ctx context.Context, resourceGroupName string, applicationResourceName string) (result autorest.Response, err error)
	Get(ctx context.Context, resourceGroupName string, applicationResourceName string) (result servicefabricmesh.ApplicationResourceDescription, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string) (result servicefabricmesh.ApplicationResourceDescriptionListPage, err error)
	ListBySubscription(ctx context.Context) (result servicefabricmesh.ApplicationResourceDescriptionListPage, err error)
}

ApplicationClientAPI contains the set of methods on the ApplicationClient type.

type CodePackageClientAPI

type CodePackageClientAPI interface {
	GetContainerLogs(ctx context.Context, resourceGroupName string, applicationResourceName string, serviceResourceName string, replicaName string, codePackageName string, tail *int32) (result servicefabricmesh.ContainerLogs, err error)
}

CodePackageClientAPI contains the set of methods on the CodePackageClient type.

type GatewayClientAPI

type GatewayClientAPI interface {
	Create(ctx context.Context, resourceGroupName string, gatewayResourceName string, gatewayResourceDescription servicefabricmesh.GatewayResourceDescription) (result servicefabricmesh.GatewayResourceDescription, err error)
	Delete(ctx context.Context, resourceGroupName string, gatewayResourceName string) (result autorest.Response, err error)
	Get(ctx context.Context, resourceGroupName string, gatewayResourceName string) (result servicefabricmesh.GatewayResourceDescription, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string) (result servicefabricmesh.GatewayResourceDescriptionListPage, err error)
	ListBySubscription(ctx context.Context) (result servicefabricmesh.GatewayResourceDescriptionListPage, err error)
}

GatewayClientAPI contains the set of methods on the GatewayClient type.

type NetworkClientAPI

type NetworkClientAPI interface {
	Create(ctx context.Context, resourceGroupName string, networkResourceName string, networkResourceDescription servicefabricmesh.NetworkResourceDescription) (result servicefabricmesh.NetworkResourceDescription, err error)
	Delete(ctx context.Context, resourceGroupName string, networkResourceName string) (result autorest.Response, err error)
	Get(ctx context.Context, resourceGroupName string, networkResourceName string) (result servicefabricmesh.NetworkResourceDescription, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string) (result servicefabricmesh.NetworkResourceDescriptionListPage, err error)
	ListBySubscription(ctx context.Context) (result servicefabricmesh.NetworkResourceDescriptionListPage, err error)
}

NetworkClientAPI contains the set of methods on the NetworkClient type.

type OperationsClientAPI

type OperationsClientAPI interface {
	List(ctx context.Context) (result servicefabricmesh.OperationListResultPage, err error)
}

OperationsClientAPI contains the set of methods on the OperationsClient type.

type SecretClientAPI

type SecretClientAPI interface {
	Create(ctx context.Context, resourceGroupName string, secretResourceName string, secretResourceDescription servicefabricmesh.SecretResourceDescription) (result servicefabricmesh.SecretResourceDescription, err error)
	Delete(ctx context.Context, resourceGroupName string, secretResourceName string) (result autorest.Response, err error)
	Get(ctx context.Context, resourceGroupName string, secretResourceName string) (result servicefabricmesh.SecretResourceDescription, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string) (result servicefabricmesh.SecretResourceDescriptionListPage, err error)
	ListBySubscription(ctx context.Context) (result servicefabricmesh.SecretResourceDescriptionListPage, err error)
}

SecretClientAPI contains the set of methods on the SecretClient type.

type SecretValueClientAPI

type SecretValueClientAPI interface {
	Create(ctx context.Context, resourceGroupName string, secretResourceName string, secretValueResourceName string, secretValueResourceDescription servicefabricmesh.SecretValueResourceDescription) (result servicefabricmesh.SecretValueResourceDescription, err error)
	Delete(ctx context.Context, resourceGroupName string, secretResourceName string, secretValueResourceName string) (result autorest.Response, err error)
	Get(ctx context.Context, resourceGroupName string, secretResourceName string, secretValueResourceName string) (result servicefabricmesh.SecretValueResourceDescription, err error)
	List(ctx context.Context, resourceGroupName string, secretResourceName string) (result servicefabricmesh.SecretValueResourceDescriptionListPage, err error)
	ListValue(ctx context.Context, resourceGroupName string, secretResourceName string, secretValueResourceName string) (result servicefabricmesh.SecretValue, err error)
}

SecretValueClientAPI contains the set of methods on the SecretValueClient type.

type ServiceClientAPI

type ServiceClientAPI interface {
	Get(ctx context.Context, resourceGroupName string, applicationResourceName string, serviceResourceName string) (result servicefabricmesh.ServiceResourceDescription, err error)
	List(ctx context.Context, resourceGroupName string, applicationResourceName string) (result servicefabricmesh.ServiceResourceDescriptionListPage, err error)
}

ServiceClientAPI contains the set of methods on the ServiceClient type.

type ServiceReplicaClientAPI

type ServiceReplicaClientAPI interface {
	Get(ctx context.Context, resourceGroupName string, applicationResourceName string, serviceResourceName string, replicaName string) (result servicefabricmesh.ServiceReplicaDescription, err error)
	List(ctx context.Context, resourceGroupName string, applicationResourceName string, serviceResourceName string) (result servicefabricmesh.ServiceReplicaDescriptionListPage, err error)
}

ServiceReplicaClientAPI contains the set of methods on the ServiceReplicaClient type.

type VolumeClientAPI

type VolumeClientAPI interface {
	Create(ctx context.Context, resourceGroupName string, volumeResourceName string, volumeResourceDescription servicefabricmesh.VolumeResourceDescription) (result servicefabricmesh.VolumeResourceDescription, err error)
	Delete(ctx context.Context, resourceGroupName string, volumeResourceName string) (result autorest.Response, err error)
	Get(ctx context.Context, resourceGroupName string, volumeResourceName string) (result servicefabricmesh.VolumeResourceDescription, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string) (result servicefabricmesh.VolumeResourceDescriptionListPage, err error)
	ListBySubscription(ctx context.Context) (result servicefabricmesh.VolumeResourceDescriptionListPage, err error)
}

VolumeClientAPI contains the set of methods on the VolumeClient type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL