public static DatabaseAccountTableThroughputSetting GetDatabaseAccountTableThroughputSetting(this ArmClient client, ResourceIdentifier id) { return(client.GetClient(() => { DatabaseAccountTableThroughputSetting.ValidateResourceId(id); return new DatabaseAccountTableThroughputSetting(client, id); } )); }
public static DatabaseAccountTableThroughputSetting GetDatabaseAccountTableThroughputSetting(this ArmClient armClient, ResourceIdentifier id) { DatabaseAccountTableThroughputSetting.ValidateResourceId(id); return(new DatabaseAccountTableThroughputSetting(armClient, id)); }