Documentation ¶
Overview ¶
Deprecated: Please note, this package has been deprecated. A replacement package is available github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/servicefabric/armservicefabric(https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/servicefabric/armservicefabric). We strongly encourage you to upgrade to continue receiving updates. See [Migration Guide](https://aka.ms/azsdk/golang/t2/migration) for guidance on upgrading. Refer to our [deprecation policy](https://azure.github.io/azure-sdk/policies_support.html) for more details.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterVersionsClientAPI ¶
type ClusterVersionsClientAPI interface { Get(ctx context.Context, location string, APIVersion string, subscriptionID string, clusterVersion string) (result servicefabric.ClusterCodeVersionsListResult, err error) GetByEnvironment(ctx context.Context, location string, environment string, APIVersion string, subscriptionID string, clusterVersion string) (result servicefabric.ClusterCodeVersionsListResult, err error) List(ctx context.Context, location string, APIVersion string, subscriptionID string) (result servicefabric.ClusterCodeVersionsListResult, err error) ListByEnvironment(ctx context.Context, location string, environment string, APIVersion string, subscriptionID string) (result servicefabric.ClusterCodeVersionsListResult, err error) }
ClusterVersionsClientAPI contains the set of methods on the ClusterVersionsClient type.
type ClustersClientAPI ¶
type ClustersClientAPI interface { Create(ctx context.Context, resourceGroupName string, clusterName string, APIVersion string, subscriptionID string, parameters servicefabric.Cluster) (result servicefabric.ClustersCreateFuture, err error) Delete(ctx context.Context, resourceGroupName string, clusterName string, APIVersion string, subscriptionID string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, clusterName string, APIVersion string, subscriptionID string) (result servicefabric.Cluster, err error) List(ctx context.Context, APIVersion string, subscriptionID string) (result servicefabric.ClusterListResult, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string, APIVersion string, subscriptionID string) (result servicefabric.ClusterListResult, err error) Update(ctx context.Context, resourceGroupName string, clusterName string, APIVersion string, subscriptionID string, parameters servicefabric.ClusterUpdateParameters) (result servicefabric.ClustersUpdateFuture, err error) }
ClustersClientAPI contains the set of methods on the ClustersClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface { List(ctx context.Context, APIVersion string) (result servicefabric.OperationListResultPage, err error) ListComplete(ctx context.Context, APIVersion string) (result servicefabric.OperationListResultIterator, err error) }
OperationsClientAPI contains the set of methods on the OperationsClient type.