- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我知道 CloudTableClient.BaseUri.AbsoluteUri
返回一个表示主端点的字符串值。但是,如果出现故障,该值是否会更新到辅助端点?
最佳答案
根据document ,CloudTableClient.BaseUri 将获取您提到的主要位置处的表服务客户端的基本 URI。
正如 David Makogon 在您的另一篇文章中提到的 SO Thread ,这是一种非常罕见的期望,并且超出了我们的控制范围。辅助存储帐户将转移到主存储帐户。当使用 CloudTableClient.BaseUri 时,我们仍然会获得主要端点。更多信息请引用what to expect if a Storage failover occurs 。文章中有一些片段。
Your existing storage service endpoints for blobs, tables, queues, and files will remain the same after the failover; the DNS entry will need to be updated to switch from the primary region to the secondary region.
关于azure - 当 Azure 表存储主区域失败时,CloudTableClient.BaseUri.AbsoluteUri 值是否会更改?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42544182/
我一直在研究具有 getRequestURI 和 getRequestURL 方法的 HttpServletRequest API (Java)。这让我调查: https://www.rfc-edit
我最近开始意识到 Uri.ToString() 的奇怪行为(即,它取消对某些字符进行编码,因此主要适用于显示目的)。我试图在 AbsoluteUri 和 OriginalString 之间做出决定,作
我需要能够获取在浏览器中看到的 URL,即重写的 URL。例如: 如果我的网址是 www.myurl.com/Test.html,然后我使用 Request.Url.AbsoluteUri,则返回的
我想在我的网站上注册后向用户发送验证邮件。注册页面是位于 root/login/的 Signup.aspx。 我可以成功地向包含链接的用户发送邮件,代码如下 protected void SendAc
作为对 Azure 问题的评论,@smarx 指出 I think it's generally better to do blob.Uri.AbsoluteUri than blob.Uri.ToS
如此处所述: http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html To allow for transition to absoluteURIs
我知道 CloudTableClient.BaseUri.AbsoluteUri 返回一个表示主端点的字符串值。但是,如果出现故障,该值是否会更新到辅助端点? 最佳答案 根据document ,Clo
我想在 C# 中的重定向之前从我的 Request.UrlReferrer.AbsoluteUri 中删除查询字符串部分。 例如,如果你有你的 Request.UrlReferrer.Absolute
var account = CloudStorageAccount.FromConfigurationSetting("DataConnectionString"); // create contai
拜托,我正在尝试使用 asp.net core 2.0 中的 Request.Url.AbsoluteUri 获取我的域 url,但“请求”不在 System.Web 命名空间中。这是实现这一目标的流
我是一名优秀的程序员,十分优秀!