Sha256: d9002807fdaa982d631f681a99b0c81362eb3a5faef54e53e4e97372a48a977d
Contents?: true
Size: 433 Bytes
Versions: 16
Compression:
Stored size: 433 Bytes
Contents
//go:build go1.18 // +build go1.18 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. package generated import "github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime" func (client *PageBlobClient) Endpoint() string { return client.endpoint } func (client *PageBlobClient) Pipeline() runtime.Pipeline { return client.pl }
Version data entries
16 entries across 16 versions & 1 rubygems