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, applicationName string, applicationResourceDescription servicefabricmesh.ApplicationResourceDescription) (result servicefabricmesh.ApplicationResourceDescription, err error) Delete(ctx context.Context, resourceGroupName string, applicationName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, applicationName string) (result servicefabricmesh.ApplicationResourceDescription, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result servicefabricmesh.ApplicationResourceDescriptionListPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result servicefabricmesh.ApplicationResourceDescriptionListIterator, err error) ListBySubscription(ctx context.Context) (result servicefabricmesh.ApplicationResourceDescriptionListPage, err error) ListBySubscriptionComplete(ctx context.Context) (result servicefabricmesh.ApplicationResourceDescriptionListIterator, err error) }
ApplicationClientAPI contains the set of methods on the ApplicationClient type.
type CodePackageClientAPI ¶
type CodePackageClientAPI interface {
GetContainerLog(ctx context.Context, resourceGroupName string, applicationName string, serviceName string, replicaName string, codePackageName string, tail *int32) (result servicefabricmesh.ContainerLogs, err error)
}
CodePackageClientAPI contains the set of methods on the CodePackageClient type.
type NetworkClientAPI ¶
type NetworkClientAPI interface { Create(ctx context.Context, resourceGroupName string, networkName string, networkResourceDescription servicefabricmesh.NetworkResourceDescription) (result servicefabricmesh.NetworkResourceDescription, err error) Delete(ctx context.Context, resourceGroupName string, networkName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, networkName string) (result servicefabricmesh.NetworkResourceDescription, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result servicefabricmesh.NetworkResourceDescriptionListPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result servicefabricmesh.NetworkResourceDescriptionListIterator, err error) ListBySubscription(ctx context.Context) (result servicefabricmesh.NetworkResourceDescriptionListPage, err error) ListBySubscriptionComplete(ctx context.Context) (result servicefabricmesh.NetworkResourceDescriptionListIterator, 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) ListComplete(ctx context.Context) (result servicefabricmesh.OperationListResultIterator, err error) }
OperationsClientAPI contains the set of methods on the OperationsClient type.
type ReplicaClientAPI ¶
type ReplicaClientAPI interface { Get(ctx context.Context, resourceGroupName string, applicationName string, serviceName string, replicaName string) (result servicefabricmesh.ServiceReplicaDescription, err error) ListByServiceName(ctx context.Context, resourceGroupName string, applicationName string, serviceName string) (result servicefabricmesh.ServiceReplicaListPage, err error) ListByServiceNameComplete(ctx context.Context, resourceGroupName string, applicationName string, serviceName string) (result servicefabricmesh.ServiceReplicaListIterator, err error) }
ReplicaClientAPI contains the set of methods on the ReplicaClient type.
type ServiceClientAPI ¶
type ServiceClientAPI interface { Get(ctx context.Context, resourceGroupName string, applicationName string, serviceName string) (result servicefabricmesh.ServiceResourceDescription, err error) ListByApplicationName(ctx context.Context, resourceGroupName string, applicationName string) (result servicefabricmesh.ServiceListPage, err error) ListByApplicationNameComplete(ctx context.Context, resourceGroupName string, applicationName string) (result servicefabricmesh.ServiceListIterator, err error) }
ServiceClientAPI contains the set of methods on the ServiceClient type.
type VolumeClientAPI ¶
type VolumeClientAPI interface { Create(ctx context.Context, resourceGroupName string, volumeName string, volumeResourceDescription servicefabricmesh.VolumeResourceDescription) (result servicefabricmesh.VolumeResourceDescription, err error) Delete(ctx context.Context, resourceGroupName string, volumeName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, volumeName string) (result servicefabricmesh.VolumeResourceDescription, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result servicefabricmesh.VolumeResourceDescriptionListPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result servicefabricmesh.VolumeResourceDescriptionListIterator, err error) ListBySubscription(ctx context.Context) (result servicefabricmesh.VolumeResourceDescriptionListPage, err error) ListBySubscriptionComplete(ctx context.Context) (result servicefabricmesh.VolumeResourceDescriptionListIterator, err error) }
VolumeClientAPI contains the set of methods on the VolumeClient type.
Click to show internal directories.
Click to hide internal directories.