property
primaryEndpoint EndpointReference get Gets the primary endpoint for the Azure Storage Explorer instance.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface AzureStorageExplorerResource extends IComputeResource, IResource, IResourceWithArgs, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport { readonly host: EndpointReferenceExpression; readonly port: EndpointReferenceExpression; readonly primaryEndpoint: EndpointReference; withHostPort(port: number): AzureStorageExplorerResource;}host EndpointReferenceExpression get port EndpointReferenceExpression get primaryEndpoint EndpointReference get withHostPort(port: number): AzureStorageExplorerResourceParameters
port number Returns
AzureStorageExplorerResource